Click or drag to resize
Accord.NET (logo)

JaggedGeneralizedEigenvalueDecompositionIsSingular Property

Returns true if matrix B is singular.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool IsSingular { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks
This method checks if any of the generated betas is zero. It does not says that the problem is singular, but only that one of the matrices of the pencil (A,B) is singular.
See Also