|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <bicgstab.hpp>
Collaboration diagram for BiCGStabResult:Public Attributes | |
| Size | iterations |
| Real | error |
| Array | x |
Definition at line 33 of file bicgstab.hpp.
| Size iterations |
Definition at line 34 of file bicgstab.hpp.
| Real error |
Definition at line 35 of file bicgstab.hpp.
| Array x |
Definition at line 36 of file bicgstab.hpp.