| Package | Description |
|---|---|
| no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
| Modifier and Type | Method and Description |
|---|---|
static ArpackGen.Ritz |
ArpackGen.Ritz.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArpackGen.Ritz[] |
ArpackGen.Ritz.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Double,DenseVectorSub> |
ArpackGen.solve(int eigenvalues,
ArpackGen.Ritz ritz)
Solve the eigensystem for the number of eigenvalues requested.
|
Map<Double,DenseVectorSub> |
ArpackGen.solve(int eigenvalues,
ArpackGen.Ritz ritz,
double tolerance)
Solve the eigensystem for the number of eigenvalues requested.
|
Map<Double,DenseVectorSub> |
ArpackGen.solve(int eigenvalues,
ArpackGen.Ritz ritz,
double tolerance,
int ncvModification) |