Click or drag to resize

MatrixBuilderTSparseOfRowArrays Method

Overload List
 NameDescription
Public methodSparseOfRowArrays(IEnumerableT) Create a new sparse matrix 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.
Public methodSparseOfRowArrays(T) Create a new sparse matrix 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.
Top
See Also