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