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