DoubleMatrixAsColumnMajorDenseArray Method

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

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public double[] AsColumnMajorDenseArray()

Return Value

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