interpolation2d.hpp

Langue: en

Autres versions - même langue

Version: 375675 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/math/interpolations/interpolation2d.hpp -

abstract base classes for 2-D interpolations

SYNOPSIS


#include <ql/math/interpolations/extrapolation.hpp>
#include <ql/math/comparison.hpp>
#include <ql/math/matrix.hpp>
#include <ql/errors.hpp>
#include <ql/types.hpp>
#include <vector>

Classes


class Interpolation2D
base class for 2-D interpolations.
class Interpolation2D::Impl
abstract base class for 2-D interpolation implementations
class Interpolation2D::templateImpl< I1, I2, M >
basic template implementation

Detailed Description

abstract base classes for 2-D interpolations

Author

Generated automatically by Doxygen for QuantLib from the source code.