Click or drag to resize

SparseMatrixFactTMatrixType Enumeration

Enumeration for specifying the types of matrices that can be factored.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected enum MatrixType
Members
Member nameValueDescription
RealSymmetricPd2 Real Symmetric Positive Definite.
ComplexHermitianPd4 Complex Hermitian Positive Definite.
RealUnsymmetric11 Real and unsymmetric.
ComplexUnsymmetric13 Complex and unsymmetric (non-Hermitian).
RealSymmetric-2 Real and symmetric.
ComplexHermitian-4 Complex Hermitian.
See Also