Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override bool IsSingular()
Public Overrides Function IsSingular As Boolean
public:
virtual bool IsSingular() override
abstract IsSingular : unit -> bool
override IsSingular : unit -> bool
Return Value
Type:
Booleantrue if the matrix is singular;
otherwise
false.
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 unique solution.
Numerical Libraries
Supported in: 5.x, 4.x
Reference