Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:tol

93    * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
103 int options=ComputeEigenvectors, RealScalar tol=0.0)
111 compute(A, B, nbrEigenvalues, eigs_sigma, options, tol);
127 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
138 int options=ComputeEigenvectors, RealScalar tol=0.0)
146 compute(A, nbrEigenvalues, eigs_sigma, options, tol);
162 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
175 int options=ComputeEigenvectors, RealScalar tol=0.0);
188 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
201 int options=ComputeEigenvectors, RealScalar tol=0.0);
336 std::string eigs_sigma, int options, RealScalar tol)
339 compute(A, B, nbrEigenvalues, eigs_sigma, options, tol);
349 std::string eigs_sigma, int options, RealScalar tol)
509 internal::arpack_wrapper<Scalar, RealScalar>::saupd(&ido, bmat, &n, whch, &nev, &tol, resid,
603 &sigma, bmat, &n, whch, &nev, &tol, resid, &ncv,
650 int *nev, float *tol, float *resid, int *ncv,
658 float *tol, float *resid, int *ncv, float *v,
665 int *nev, double *tol, double *resid, int *ncv,
673 double *tol, double *resid, int *ncv, double *v,
683 int *nev, RealScalar *tol, Scalar *resid, int *ncv,
693 RealScalar *tol, Scalar *resid, int *ncv, Scalar *v,
704 int *nev, float *tol, float *resid, int *ncv,
708 ssaupd_(ido, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr, workd, workl, lworkl, info);
714 float *tol, float *resid, int *ncv, float *v,
718 sseupd_(rvec, All, select, d, z, ldz, sigma, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr,
726 int *nev, double *tol, double *resid, int *ncv,
730 dsaupd_(ido, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr, workd, workl, lworkl, info);
736 double *tol, double *resid, int *ncv, double *v,
740 dseupd_(rvec, All, select, d, v, ldv, sigma, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr,