Nektar++
|
Functions | |
void F77NAME() | dsaupd (int &ido, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
void F77NAME() | dnaupd (int &ido, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
void F77NAME() | dseupd (const int &rvec, const char *howmny, const int *select, double *d, double *z, const int &ldz, const double &sigma, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, const int *iparam, int *ipntr, const double *workd, double *workl, const int &lworkl, int &info) |
void F77NAME() | dneupd (const int &rvec, const char *howmny, const int *select, double *dr, double *di, double *z, const int &ldz, const double &sigmar, const double &sigmai, double *workev, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
static void | Dsaupd (int &ido, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
Top level reverse communication interface to solve real double-precision symmetric problems. More... | |
static void | Dseupd (const int &rvec, const char *howmny, const int *select, double *d, double *z, const int &ldz, const double &sigma, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
Post-processing routine to computed eigenvector of computed eigenvalues in Dsaupd. More... | |
static void | Dnaupd (int &ido, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
Top level reverse communication interface to solve real double-precision non-symmetric problems. More... | |
static void | Dneupd (const int &rvec, const char *howmny, const int *select, double *dr, double *di, double *z, const int &ldz, const double &sigmar, const double &sigmai, double *workev, const char *bmat, const int &n, const char *which, const int &nev, const double &tol, double *resid, const int &ncv, double *v, const int &ldv, int *iparam, int *ipntr, double *workd, double *workl, const int &lworkl, int &info) |
Post-processing routine to computed eigenvector of computed eigenvalues in Dnaupd. More... | |
void F77NAME() Arpack::dnaupd | ( | int & | ido, |
const char * | bmat, | ||
const int & | n, | ||
const char * | which, | ||
const int & | nev, | ||
const double & | tol, | ||
double * | resid, | ||
const int & | ncv, | ||
double * | v, | ||
const int & | ldv, | ||
int * | iparam, | ||
int * | ipntr, | ||
double * | workd, | ||
double * | workl, | ||
const int & | lworkl, | ||
int & | info | ||
) |
Referenced by Dnaupd().
|
inlinestatic |
Top level reverse communication interface to solve real double-precision non-symmetric problems.
Definition at line 114 of file Arpack.hpp.
References dnaupd(), and F77NAME.
Referenced by Nektar::SolverUtils::DriverArpack::v_Execute().
void F77NAME() Arpack::dneupd | ( | const int & | rvec, |
const char * | howmny, | ||
const int * | select, | ||
double * | dr, | ||
double * | di, | ||
double * | z, | ||
const int & | ldz, | ||
const double & | sigmar, | ||
const double & | sigmai, | ||
double * | workev, | ||
const char * | bmat, | ||
const int & | n, | ||
const char * | which, | ||
const int & | nev, | ||
const double & | tol, | ||
double * | resid, | ||
const int & | ncv, | ||
double * | v, | ||
const int & | ldv, | ||
int * | iparam, | ||
int * | ipntr, | ||
double * | workd, | ||
double * | workl, | ||
const int & | lworkl, | ||
int & | info | ||
) |
Referenced by Dneupd().
|
inlinestatic |
Post-processing routine to computed eigenvector of computed eigenvalues in Dnaupd.
Definition at line 128 of file Arpack.hpp.
References dneupd(), F77NAME, and Nektar::UnitTests::z().
Referenced by Nektar::SolverUtils::DriverArpack::v_Execute().
void F77NAME() Arpack::dsaupd | ( | int & | ido, |
const char * | bmat, | ||
const int & | n, | ||
const char * | which, | ||
const int & | nev, | ||
const double & | tol, | ||
double * | resid, | ||
const int & | ncv, | ||
double * | v, | ||
const int & | ldv, | ||
int * | iparam, | ||
int * | ipntr, | ||
double * | workd, | ||
double * | workl, | ||
const int & | lworkl, | ||
int & | info | ||
) |
Referenced by Dsaupd().
|
inlinestatic |
Top level reverse communication interface to solve real double-precision symmetric problems.
Definition at line 84 of file Arpack.hpp.
void F77NAME() Arpack::dseupd | ( | const int & | rvec, |
const char * | howmny, | ||
const int * | select, | ||
double * | d, | ||
double * | z, | ||
const int & | ldz, | ||
const double & | sigma, | ||
const char * | bmat, | ||
const int & | n, | ||
const char * | which, | ||
const int & | nev, | ||
const double & | tol, | ||
double * | resid, | ||
const int & | ncv, | ||
double * | v, | ||
const int & | ldv, | ||
const int * | iparam, | ||
int * | ipntr, | ||
const double * | workd, | ||
double * | workl, | ||
const int & | lworkl, | ||
int & | info | ||
) |
Referenced by Dseupd().
|
inlinestatic |
Post-processing routine to computed eigenvector of computed eigenvalues in Dsaupd.
Definition at line 98 of file Arpack.hpp.
References Nektar::UnitTests::d(), dseupd(), F77NAME, and Nektar::UnitTests::z().