MatrixReshape Method |
Name | Description | |
---|---|---|
ReshapeT(T, MatrixOrder) |
Transforms a matrix into a single vector.
| |
ReshapeT(T, MatrixOrder) |
Transforms a jagged array matrix into a single vector.
| |
ReshapeT(T, T, MatrixOrder) |
Transforms a matrix into a single vector.
| |
ReshapeT(T, T, MatrixOrder) |
Transforms a jagged array matrix into a single vector.
| |
ReshapeT(T, Int32, Int32, MatrixOrder) |
Transforms a vector into a matrix of given dimensions.
| |
ReshapeT(T, Int32, Int32, T, MatrixOrder) |
Transforms a vector into a matrix of given dimensions.
|