|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <bicgstab.hpp>
Collaboration diagram for BiCGstab:Public Types | |
| typedef std::function< Array(const Array &)> | MatrixMult |
Public Member Functions | |
| BiCGstab (MatrixMult A, Size maxIter, Real relTol, MatrixMult preConditioner=MatrixMult()) | |
| BiCGStabResult | solve (const Array &b, const Array &x0=Array()) const |
Protected Attributes | |
| const MatrixMult | A_ |
| const MatrixMult | M_ |
| const Size | maxIter_ |
| const Real | relTol_ |
Definition at line 39 of file bicgstab.hpp.
| typedef std::function<Array(const Array&)> MatrixMult |
Definition at line 41 of file bicgstab.hpp.
| BiCGstab | ( | BiCGstab::MatrixMult | A, |
| Size | maxIter, | ||
| Real | relTol, | ||
| BiCGstab::MatrixMult | preConditioner = MatrixMult() |
||
| ) |
Definition at line 31 of file bicgstab.cpp.
| BiCGStabResult solve | ( | const Array & | b, |
| const Array & | x0 = Array() |
||
| ) | const |
Definition at line 37 of file bicgstab.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 48 of file bicgstab.hpp.
|
protected |
Definition at line 48 of file bicgstab.hpp.
|
protected |
Definition at line 49 of file bicgstab.hpp.
|
protected |
Definition at line 50 of file bicgstab.hpp.