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