public class ArpackSym extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ArpackSym.Ritz |
Modifier and Type | Method and Description |
---|---|
Map<Double,DenseVectorSub> |
solve(int eigenvalues,
ArpackSym.Ritz ritz)
Solve the eigensystem for the number of eigenvalues requested.
|
public ArpackSym(Matrix matrix)
public Map<Double,DenseVectorSub> solve(int eigenvalues, ArpackSym.Ritz ritz)
NOTE: The references to the eigenvectors will keep alive a reference to
a nev * n
double array, so use the copy()
method to free
it up if only a subset is required.
eigenvalues
- ritz
- preference for solutionsCopyright © 2013. All Rights Reserved.