Click or drag to resize

MatrixBuilderTDenseOfColumnArrays Method

Overload List
 NameDescription
Public methodDenseOfColumnArrays(IEnumerableT) Create a new dense matrix of T 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 methodDenseOfColumnArrays(T) Create a new dense matrix of T 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