#include <quasinewton.hxx>


Public Member Functions | |
| QuasiNewton () | |
| virtual | ~QuasiNewton () throw () |
| virtual void | solve () |
Private Attributes | |
| std::auto_ptr < QuasiNewtonImpl > | m_pImpl |
Friends | |
| class | QuasiNewtonImpl |
Definition at line 38 of file quasinewton.hxx.
| scsolver::numeric::nlp::QuasiNewton::QuasiNewton | ( | ) |
Definition at line 359 of file quasinewton.cxx.
| scsolver::numeric::nlp::QuasiNewton::~QuasiNewton | ( | ) | throw () [virtual] |
Definition at line 363 of file quasinewton.cxx.
| void scsolver::numeric::nlp::QuasiNewton::solve | ( | ) | [virtual] |
Call this method to solve for optimized solution.
Implements scsolver::numeric::nlp::BaseAlgorithm.
Definition at line 367 of file quasinewton.cxx.
References m_pImpl.
friend class QuasiNewtonImpl [friend] |
Definition at line 40 of file quasinewton.hxx.
std::auto_ptr<QuasiNewtonImpl> scsolver::numeric::nlp::QuasiNewton::m_pImpl [private] |
Reimplemented from scsolver::numeric::nlp::BaseAlgorithm.
Definition at line 49 of file quasinewton.hxx.
Referenced by solve().
1.5.3