Click or drag to resize

CreateMatrixDenseOfColumns Method

Overload List
 NameDescription
Public methodStatic memberDenseOfColumnsT(IEnumerableIEnumerableT) Create a new dense matrix as a copy of the given enumerable of enumerable columns. Each enumerable in the master enumerable specifies a column. This new matrix will be independent from the enumerables. A new memory block will be allocated for storing the matrix.
Public methodStatic memberDenseOfColumnsT(Int32, Int32, IEnumerableIEnumerableT) Create a new dense matrix as a copy of the given enumerable of enumerable columns. Each enumerable in the master enumerable specifies a column. This new matrix will be independent from the enumerables. A new memory block will be allocated for storing the matrix.
Top
See Also