Click or drag to resize

DoubleMatrixAsColumnMajorDenseArray Method

Returns a column major ordered, dense representation of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double[] AsColumnMajorDenseArray()

Return Value

Type: Double
The column major ordered dense array representing this instance.
Remarks

Method AsColumnMajorDenseArray always returns a ColumnMajor ordered array which is a dense representation of the matrix entries, irrespective of the specific data scheme used to implement the matrix. If the underlying scheme is Dense, such method returns a copy of the matrix data.

See Also