-
n
int n
Row and column dimension (square matrix).
matrix dimension.
-
issymmetric
boolean issymmetric
Symmetry flag.
internal symmetry flag.
-
d
double[] d
Arrays for internal storage of eigenvalues.
internal storage of eigenvalues.
-
e
double[] e
Arrays for internal storage of eigenvalues.
internal storage of eigenvalues.
-
V
double[][] V
Array for internal storage of eigenvectors.
internal storage of eigenvectors.
-
H
double[][] H
Array for internal storage of nonsymmetric Hessenberg form.
internal storage of nonsymmetric Hessenberg form.
-
ort
double[] ort
Working storage for nonsymmetric algorithm.
working storage for nonsymmetric algorithm.