QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <bicgstab.hpp>
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.