DenseMatrix_Complex_Float
Contains a dense rowCount x columnCount matrix of complex float values stored in column-major order.
Declaration
struct DenseMatrix_Complex_FloatOverview
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.