Optimist
0.0.0
A C++ library for optimization
|
Go to the source code of this file.
Classes | |
class | Optimist::TestSet::Rosenbrock< Real, N > |
Class container for the extended Rosenbrock function. More... | |
Namespaces | |
namespace | Optimist |
Namespace for the Optimist library. | |
namespace | Optimist::TestSet |
Namespace for the Optimist library test set functions. | |
Macros | |
#define | OPTIMIST_VECTOR_FUNCTION_ROSENBROCK_HH |
Typedefs | |
template<typename Real> | |
using | Optimist::TestSet::Rosenbrock2 = Rosenbrock<Real, 2> |
Class container for the 2D Rosenbrock function. | |
template<typename Real> | |
using | Optimist::TestSet::Rosenbrock4 = Rosenbrock<Real, 4> |
Class container for the 4D Rosenbrock function. | |
template<typename Real> | |
using | Optimist::TestSet::Rosenbrock6 = Rosenbrock<Real, 6> |
Class container for the 6D Rosenbrock function. | |
template<typename Real> | |
using | Optimist::TestSet::Rosenbrock8 = Rosenbrock<Real, 8> |
Class container for the 8D Rosenbrock function. | |
template<typename Real> | |
using | Optimist::TestSet::Rosenbrock10 = Rosenbrock<Real, 10> |
Class container for the 10D Rosenbrock function. | |
#define OPTIMIST_VECTOR_FUNCTION_ROSENBROCK_HH |