Gets a value indicating whether the BaseMatrix of this decomposition is singular.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function IsSingular As Boolean
C#
public override bool IsSingular ()
C++
public:
virtual bool IsSingular () override

Return Value

true if the matrix is singular; otherwise false.

Remarks

A GeneralMatrix 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.