The ArrayAttributes type exposes the following members.
| Name | Description |
---|
 | CheckForMissingValues |
Gets whether checks for missing values should be made.
|
 | CopyOnWrite |
Gets whether copy-on-write semantics are enabled.
|
 | HasStructuralZeros |
Indicates whether the matrix has elements that must be zero.
|
 | HasSymmetry |
Indicates whether the matrix is symmetric or Hermitian.
|
 | IsConjugated |
Indicates that the elements of the array are conjugated.
|
 | IsConjugateTransposed |
Indicates that the array is transposed and its elements conjugated.
|
 | IsDiagonal |
Indicates that only the elements on the diagonal are stored.
|
 | IsFull |
Indicates that the full matrix is stored.
|
 | IsHermitian |
Indicates whether the matrix is Hermitian.
|
 | IsMissingValueAware |
Gets whether operations on the array
take into account missing values.
|
 | IsReadOnly |
Gets whether the elements of the array are read-only.
|
 | IsStoredInLowerTriangle |
For triangluar, symmetric and Hermitian matrices,
indicates that only the elements in the lower triangle are stored.
|
 | IsStoredInUpperTriangle |
For triangluar, symmetric and Hermitian matrices,
indicates that only the elements in the upper triangle are stored.
|
 | IsSymmetric |
Indicates whether the matrix is symmetric.
|
 | IsTransposed |
Indicates that the matrix is transposed.
|
 | IsUnitDiagonal |
Indicates whether the diagonal elements of a triangular matrix
are all equal to one.
|
 | MatrixDiagonal |
Indicates whether the diagonal of a triangular matrix contains all ones.
|
 | Mutability |
Gets the mutability of the array.
|
 | StoredTriangle |
For triangular matrices and matrices with symmetry, indicates whether
only the elements in the upper or lower triangle are stored.
|
 | Structure |
Gets the matrix structure of the array.
|
 | SymmetryOperation |
Gets the operation under which the matrix has symmetry.
|
 | TransposeOperation |
Gets how the stored data is transformed.
|
Top
Reference