public static Unshape ( Matrix m, VectorType dimensionType = VectorType.Col ) : |
||
m | Matrix | The Matrix to act on. |
dimensionType | VectorType | Type of the dimension to use when unrolling the Matrix. |
return |
Reads from the source Matrix and stacks from right to left when dimensionType equals 'Col' otherwise uses a bottom up approach.
public static Unshape ( Matrix m, VectorType dimensionType = VectorType.Col ) : |
||
m | Matrix | The Matrix to act on. |
dimensionType | VectorType | Type of the dimension to use when unrolling the Matrix. |
return |