Sparse |
Name | Description | |
---|---|---|
OfRows(IEnumerableIEnumerableComplex) | Create a new sparse matrix as a copy of the given enumerable of enumerable rows. Each enumerable in the master enumerable specifies a row. This new matrix will be independent from the enumerables. A new memory block will be allocated for storing the matrix. | |
OfRows(Int32, Int32, IEnumerableIEnumerableComplex) | Create a new sparse matrix as a copy of the given enumerable of enumerable rows. Each enumerable in the master enumerable specifies a row. This new matrix will be independent from the enumerables. A new memory block will be allocated for storing the matrix. |