SparseAttributesComplex_t
A type representing the attributes of a matrix.
Declaration
struct SparseAttributesComplex_tOverview
transposeIf
true, the matrix is implicitly transposed when used in any functions.triangleIf
kindisSparseOrdinary, this field is ignored. Otherwise it indicates which triangle (upper or lower) represents the matrix.kindIdentifies the matrix as being full (
SparseOrdinary), [unit-] triangular (SparseTriangular,SparseUnitTriangular), or symmetric (Hermitian) (SparseSymmetric,SparseHermitian).conjugate_transposeIf
true, the matrix is implicitly conjugate transposed, otherwise it is simply transposed. This field has no meaning iftransposefield isfalse._reservedfor future expansion. Must be zero.
_allocatedBySparsean implementation detail. Should be zero for any matrix you allocate.