|   | 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
Syntaxpublic bool IsSingular { get; }Public ReadOnly Property IsSingular As Boolean
	Get
Property Value
Type: 
Boolean Remarks
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
See Also