Linear Operator<T>.Is Singular Method
Gets whether the matrix
is singular.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the matrix is singular; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.