|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <lsmbasissystem.hpp>
Collaboration diagram for LsmBasisSystem:Public Types | |
| enum | PolynomialType { Monomial , Laguerre , Hermite , Hyperbolic , Legendre , Chebyshev , Chebyshev2nd } |
Static Public Member Functions | |
| static std::vector< std::function< Real(Real)> > | pathBasisSystem (Size order, PolynomialType type) |
| static std::vector< std::function< Real(Array)> > | multiPathBasisSystem (Size dim, Size order, PolynomialType type) |
Definition at line 37 of file lsmbasissystem.hpp.
| enum PolynomialType |
| Enumerator | |
|---|---|
| Monomial | |
| Laguerre | |
| Hermite | |
| Hyperbolic | |
| Legendre | |
| Chebyshev | |
| Chebyshev2nd | |
Definition at line 39 of file lsmbasissystem.hpp.
|
static |
Definition at line 109 of file lsmbasissystem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |