Gets a value indicating whether the
BaseMatrix of this decomposition
is singular.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.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:
Boolean if the matrix is singular; otherwise
.
A ComplexDenseMatrix 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