public class Matrix.Jacobi
extends java.lang.Object
Matrix.eigen()
, Matrix.eigenValues()
, or
Matrix.eigenVectors()
. Also see Matrix.logDeterminant()
.Modifier and Type | Field and Description |
---|---|
protected double[] |
eVals
The Eigen-values, as double[].
|
protected double[][] |
eVecs
The Eigen-vectors, as double[][], one E-vector per row.
|
Constructor and Description |
---|
Jacobi()
The "constructor" carries out the computation of the
Eigen-Values and Eigen-Vectors.
|