|
GeneralizedEigenvalueDecompositionIsSingular 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; }
Public ReadOnly Property IsSingular As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanRemarks
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