GeneralizedDecomposition<T>.SetSingular Method

Sets a flag that indicates the underlying matrix of this decomposition is singular.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected void SetSingular()

Remarks

This method is called by inheritors to indicate that the matrix of this decomposition is singular.

See Also