#include <ncorr.h>
Definition at line 22 of file ncorr.h.
◆ coords
◆ difference_type
◆ nloptimizer_base() [1/4]
| ncorr::details::nloptimizer_base::nloptimizer_base |
( |
| ) |
|
|
defaultnoexcept |
◆ nloptimizer_base() [2/4]
◆ nloptimizer_base() [3/4]
◆ ~nloptimizer_base()
| virtual ncorr::details::nloptimizer_base::~nloptimizer_base |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ nloptimizer_base() [4/4]
◆ chk_input_params_size()
| void ncorr::details::nloptimizer_base::chk_input_params_size |
( |
const Array2D< double > & |
params | ) |
const |
|
protected |
◆ global()
| std::pair< const Array2D< double > &, bool > ncorr::details::nloptimizer_base::global |
( |
const Array2D< double > & |
params_init | ) |
const |
◆ initial_guess()
| virtual bool ncorr::details::nloptimizer_base::initial_guess |
( |
| ) |
const |
|
protectedpure virtual |
◆ iterative_search()
| virtual bool ncorr::details::nloptimizer_base::iterative_search |
( |
| ) |
const |
|
protectedpure virtual |
◆ newton()
| virtual bool ncorr::details::nloptimizer_base::newton |
( |
| ) |
const |
|
protectedpure virtual |
◆ operator()()
| std::pair< const Array2D< double > &, bool > ncorr::details::nloptimizer_base::operator() |
( |
const Array2D< double > & |
params_guess | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ cutoff_iterations
◆ cutoff_norm
| double ncorr::details::nloptimizer_base::cutoff_norm = 1e-6 |
|
protected |
◆ grad_buf
| Array2D<double> ncorr::details::nloptimizer_base::grad_buf |
|
mutableprotected |
◆ hess_buf
| Array2D<double> ncorr::details::nloptimizer_base::hess_buf |
|
mutableprotected |
◆ params
| Array2D<double> ncorr::details::nloptimizer_base::params |
|
mutableprotected |
The documentation for this class was generated from the following files: