Matrix |
Name | Description | |
---|---|---|
DenseOfRowArrays(IEnumerableT) | Create a new dense matrix of T as a copy of the given row arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix. | |
DenseOfRowArrays(T) | Create a new dense matrix of T as a copy of the given row arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix. |