Linear Operator<T>.Is Singular Method
Gets a value indicating whether the matrix
is singular.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the matrix is singular; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual bool IsSingular()
Return Value
Booleantrue if the matrix is singular; otherwise false.
Remarks
A matrix is singular when its rows or columns are not linearly independent.
A singular matrix does not have an inverse, and a system of simultaneous linear equation corresponding to the matrix does not have a solution.