public double[] AsColumnMajorDenseArray()
Public Function AsColumnMajorDenseArray As Double()
public:
array<double>^ AsColumnMajorDenseArray()
member AsColumnMajorDenseArray : unit -> float[]
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.