Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Method and Description |
---|---|
void |
Eigen.solve(double[][] a,
boolean computeVectors)
Solves for the eigenvalues and (optionally) the eigenvectors
of a real square matrix.
|
Constructor and Description |
---|
Eigen(double[][] a)
Deprecated.
Use
Eigen.Eigen() instead. |
Eigen(double[][] a,
boolean computeVectors)
Deprecated.
Use
Eigen.Eigen() instead. |
Modifier and Type | Method and Description |
---|---|
static void |
EigenEx1.main(String[] args) |
Copyright © 2020 Rogue Wave Software. All rights reserved.