Click or drag to resize

SparseMatrixOfColumnArrays Method

Overload List
 NameDescription
Public methodStatic memberOfColumnArrays(IEnumerableSingle) Create a new sparse matrix as a copy of the given column arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix.
Public methodStatic memberOfColumnArrays(Single) Create a new sparse matrix as a copy of the given column arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix.
Top
See Also