| 
            
              OctaveEnvironmenteig Method (Double, Double, Double, Double)
             | 
          
        
         Eigenvalue decomposition.
 
    Namespace: 
   Accord.Math.Environments
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxprotected static double[] eig(
	double[,] a,
	double[,] b,
	out double[,] V,
	out double[] im
)
Protected Shared Function eig ( 
	a As Double(,),
	b As Double(,),
	<OutAttribute> ByRef V As Double(,),
	<OutAttribute> ByRef im As Double()
) As Double()
 Request Example
		View SourceParameters
- a
 - Type: SystemDouble
 - b
 - Type: SystemDouble
 - V
 - Type: SystemDouble
 - im
 - Type: SystemDouble
 
Return Value
Type: 
Double
See Also