 | SparseMatrixFactTErrorStatus Property |
Gets the error status for this factorization.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic SparseMatrixFactTError ErrorStatus { get; }
Public ReadOnly Property ErrorStatus As SparseMatrixFactTError
Get
public:
property SparseMatrixFactTError ErrorStatus {
SparseMatrixFactTError get ();
}
member ErrorStatus : SparseMatrixFactTError with get
Property Value
SparseMatrixFactTError
See Also