 | SparseMatrixFactTErrorStatus Property |
Gets the error status for this factorization.
Namespace:
CenterSpace.NMath.Core
Assembly:
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
Type:
SparseMatrixFactTError
See Also