ArrayAttributes Fields

Fields

Conjugated Specifies that the array's elements are conjugated.
ConjugateTransposed Specifies that the array is transposed and its elements conjugated.
Default Gets the default array attributes for a vector or matrix.
DefaultMutable Gets the default array attributes for a vector or matrix.
Diagonal Specifies that the matrix is a diagonal matrix and all off-diagonal elements are zero.
Full Specifies that all elements of a matrix can take on any value.
Hermitian Specifies that the matrix is Hermitian. This implies that the matrix is square.
LowerTriangular Specifies that the matrix is lower triangular and all elements above the main diagonal are zero.
None Empty array attributes.
NonUnitDiagonal Specifies that the diagonal elements of a triangular matrix can take on any value.
ReadOnlyDefault Gets the default array attributes for a read-only vector or matrix.
StoredInLowerTriangle Specifies that the matrix elements of a triangular, symmetric, or Hermitian matrix are stored in the lower triangular part of the matrix.
StoredInUpperTriangle Specifies that the matrix elements of a triangular, symmetric, or Hermitian matrix are stored in the upper triangular part of the matrix.
Symmetric Specifies that the matrix is symmetric. This implies that the matrix is square.
TransformMask Mask for flags that indicate if an array is transposed and/or conjugated.
Transposed Specifies that the array is transposed.
UnitDiagonal Specifies that the diagonal elements of a triangular matrix have the fixed value of 1.
UpperTriangular Specifies that the matrix is upper triangular and all elements below the main diagonal are zero.

See Also