QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
This is the complete list of members for GMRES, including all inherited members.
A_ | GMRES | protected |
GMRES(MatrixMult A, Size maxIter, Real relTol, MatrixMult preConditioner=MatrixMult()) | GMRES | |
M_ | GMRES | protected |
MatrixMult typedef | GMRES | |
maxIter_ | GMRES | protected |
relTol_ | GMRES | protected |
solve(const Array &b, const Array &x0=Array()) const | GMRES | |
solveImpl(const Array &b, const Array &x0) const | GMRES | protected |
solveWithRestart(Size restart, const Array &b, const Array &x0=Array()) const | GMRES |