![]() |
NuTo
Numerics Tool
|
#include <iostream>#include <Eigen/Sparse>#include <Eigen/Core>#include <Eigen/QR>Go to the source code of this file.
Namespaces | |
| NuTo | |
Functions | |
| template<class T , class Preconditioner = Eigen::DiagonalPreconditioner<double>> | |
| int | NuTo::Gmres (const T &A, const Eigen::VectorXd &rhs, Eigen::VectorXd &x, const int maxNumRestarts, const double tolerance, const int krylovDimension) |
| Generalized minimal residual method. More... | |
1.8.11