Uses of Class
no.uib.cipr.matrix.sparse.ArpackSym.Ritz

Packages that use ArpackSym.Ritz
no.uib.cipr.matrix.sparse Unstructured sparse matrices and vectors with iterative solvers and preconditioners. 
 

Uses of ArpackSym.Ritz in no.uib.cipr.matrix.sparse
 

Methods in no.uib.cipr.matrix.sparse that return ArpackSym.Ritz
static ArpackSym.Ritz ArpackSym.Ritz.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArpackSym.Ritz[] ArpackSym.Ritz.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in no.uib.cipr.matrix.sparse with parameters of type ArpackSym.Ritz
 Map<Double,DenseVectorSub> ArpackSym.solve(int eigenvalues, ArpackSym.Ritz ritz)
          Solve the eigensystem for the number of eigenvalues requested.
 



Copyright © 2015. All Rights Reserved.