FILTLAN  1.0a
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CFilteredLanczosInfoFilteredLanczosEigenSolver() returns an instance of this class which gives the information of the filtered Lanczos procedure
 CFilteredLanczosOptionsAn instance of this class, taken by FilteredLanczosEigenSolver(), is a collection of options for the filtered Lanczos procedure to solve symmetric eigenvalue problems
 CIntervalOptionsAn instance of this class, taken by GetIntervals() and PolynomialFilterInterface::setFilter(), is a collection of options to determine the intervals which decides the base filter
 CLanczosInfoLanczosEigenSolver() returns an instance of this class which gives the information of the Lanczos procedure
 CLanczosOptionsAn instance of this class, taken by LanczosEigenSolver(), is a collection of options for the Lanczos procedure to solve symmetric eigenvalue problems
 CPolynomialFilterInfoThe routine GetIntervals() returns an instance of this class, which gives the information of a polynomial filter
 CPolynomialFilterInterfaceAn interface to define R(S), i.e. set R and S, and compute R(S)*v, where R is the residual polynomial, S is a sparse matrix, and v is a vector