Click or drag to resize

DenseMatrixOfRows Method

Overload List
 NameDescription
Public methodStatic memberOfRows(IEnumerableIEnumerableComplex32) Create a new dense 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.
Public methodStatic memberOfRows(Int32, Int32, IEnumerableIEnumerableComplex32) Create a new dense 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.
Top
See Also