Contents

DenseMatrix_Complex_Double

Contains a dense rowCount x columnCount matrix of complex double values stored in column-major order.

Declaration

struct DenseMatrix_Complex_Double

Overview

rowCount

Number of rows in the matrix.

columnCount

Number of columns in the matrix.

columnStride

The column stride of the matrix.

attributes

The attributes of the matrix, for example whether the matrix is symmetrical (Hermitian) or triangular.

data

The array of float values in column-major order.

Topics

Initializers

Instance Properties

See Also

Creating dense complex matrices and dense complex vectors