Click or drag to resize

CreateMatrixDenseOfMatrix Method

Overload List
 NameDescription
Public methodStatic memberDenseOfMatrixT(IROMatrixT) Create a new dense matrix as a copy of the given other read-only matrix. This new matrix will be independent from the other matrix. A new memory block will be allocated for storing the matrix.
Public methodStatic memberDenseOfMatrixT(MatrixT) Create a new dense matrix as a copy of the given other matrix. This new matrix will be independent from the other matrix. A new memory block will be allocated for storing the matrix.
Top
See Also