Gets the error status for this factorization.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public SparseMatrixFact<(Of <(T>)>)..::.Error ErrorStatus { get; }
Visual Basic (Declaration)
Public ReadOnly Property ErrorStatus As SparseMatrixFact<(Of <(T>)>)..::.Error
Visual C++
public:
property SparseMatrixFact<(Of <(T>)>)..::.Error ErrorStatus {
	SparseMatrixFact<(Of <(T>)>)..::.Error get ();
}

See Also