Decomposition<T>.SetSingular Method

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

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected void SetSingular()

Remarks

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

See Also