Gets a value indicating whether the Matrix
is singular.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public MustOverride Function IsSingular As Boolean |
| C# |
|---|
public abstract bool IsSingular () |
| C++ |
|---|
public: virtual bool IsSingular () abstract |
Return Value
true 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.