Go to the documentation of this file.
59 void arpack_dsxupd(
double* matrix,
double* rhs,
bool is_rhs_diag,
int n,
int nev,
60 const char* which,
bool use_superlu,
int mode,
bool pos,
61 double shift,
double tolerance,
double* eigenvalues,
62 double* eigenvectors,
int& status);
SHOGUN Machine Learning Toolbox - Documentation