Click or drag to resize
Accord.NET (logo)

MatrixReshape Method

Overload List
  NameDescription
Public methodStatic memberReshapeT(T, MatrixOrder)
Transforms a matrix into a single vector.
Public methodStatic memberReshapeT(T, MatrixOrder)
Transforms a jagged array matrix into a single vector.
Public methodStatic memberReshapeT(T, T, MatrixOrder)
Transforms a matrix into a single vector.
Public methodStatic memberReshapeT(T, T, MatrixOrder)
Transforms a jagged array matrix into a single vector.
Public methodStatic memberReshapeT(T, Int32, Int32, MatrixOrder)
Transforms a vector into a matrix of given dimensions.
Public methodStatic memberReshapeT(T, Int32, Int32, T, MatrixOrder)
Transforms a vector into a matrix of given dimensions.
Top
See Also