Gets the status of the singular value decomposition.

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

Syntax

C#
public bool Fail { get; }
Visual Basic (Declaration)
Public ReadOnly Property Fail As Boolean
Visual C++
public:
property bool Fail {
	bool get ();
}

See Also