spherecylinder.hpp

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

ql/math/optimization/spherecylinder.hpp -

Find closest point of the intersection of a sphere and cylinder to a given point.

SYNOPSIS


#include <ql/types.hpp>
#include <vector>

Classes


class SphereCylinderOptimizer

Functions


std::vector< Real > sphereCylinderOptimizerClosest (Real r, Real s, Real alpha, Real z1, Real z2, Real z3, Natural maxIterations, Real tolerance, Real finalWeight=1.0)

Detailed Description

Find closest point of the intersection of a sphere and cylinder to a given point.

Author

Generated automatically by Doxygen for QuantLib from the source code.