Returns a matrix that contains the vector elements columnwise.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual Matrix<T> Reshape(
int rowCount,
int columnCount
)
Public Overridable Function Reshape (
rowCount As Integer,
columnCount As Integer
) As Matrix(Of T)
public:
virtual Matrix<T>^ Reshape(
int rowCount,
int columnCount
)
abstract Reshape :
rowCount : int *
columnCount : int -> Matrix<'T>
override Reshape :
rowCount : int *
columnCount : int -> Matrix<'T>
Parameters
- rowCount
- Type: SystemInt32
The number of rows of the matrix. - columnCount
- Type: SystemInt32
The number of columns of the matrix.
Return Value
Type:
MatrixTA matrix that uses the same storage as the vector.
Numerical Libraries
Supported in: 6.0
Reference