PLearn 0.1
Namespaces | Functions
parpack.h File Reference
#include "arpack_proto.h"
#include "Mat.h"
Include dependency graph for parpack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  PLearn
 

< for swap


Functions

template<class MatT >
int PLearn::eigenSparseSymmMat (MatT &A, Vec &e_values, Mat &e_vectors, FORTRAN_Integer &n_evalues, int max_n_iter=300, bool compute_vectors=true, bool largest_evalues=true, bool according_to_magnitude=true, bool both_ends=false, real ncv2nev_ratio=1.5)
template<class MatT >
int PLearn::eigenSparseNonSymmMat (MatT &A, Vec e_values, Mat e_vectors, FORTRAN_Integer &n_evalues, int max_n_iter=300, bool compute_vectors=true, bool largest_evalues=true, bool according_to_magnitude=true, bool both_ends=false)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines