DenseMatrix_Complex_Double
Contains a dense rowCount x columnCount matrix of complex double values stored in column-major order.
Declaration
struct DenseMatrix_Complex_DoubleOverview
rowCountNumber of rows in the matrix.
columnCountNumber of columns in the matrix.
columnStrideThe column stride of the matrix.
attributesThe attributes of the matrix, for example whether the matrix is symmetrical (Hermitian) or triangular.
dataThe array of float values in column-major order.