PLearn 0.1
|
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) |