Go to the source code of this file.
Classes | |
| class | Eigen::BiCGSTAB< MatrixType_, Preconditioner_ > |
| A bi conjugate gradient stabilized solver for sparse square problems. More... | |
Namespaces | |
| Eigen | |
| : InteropHeaders | |
| Eigen::internal | |
Functions | |
| template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner > | |
| bool | Eigen::internal::bicgstab (const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond, Index &iters, typename Dest::RealScalar &tol_error) |