Create |
| Name | Description | |
|---|---|---|
| DenseOfMatrixT(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. | |
| DenseOfMatrixT(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. |