Convex function with a simple minimum.
More...
#include <primatologist/optimization/test_functions.h>
Convex function with a simple minimum.
Definition at line 85 of file test_functions.h.
◆ SphereF()
aims::math::SphereF::SphereF |
( |
int |
n = 2 | ) |
|
◆ ~SphereF()
aims::math::SphereF::~SphereF |
( |
| ) |
|
◆ derivative()
Vector aims::math::SphereF::derivative |
( |
const Vector & |
x | ) |
const |
◆ exactMin()
Vector aims::math::SphereF::exactMin |
( |
| ) |
const |
◆ exactMinValue()
float aims::math::SphereF::exactMinValue |
( |
| ) |
const |
◆ hessian()
Matrix aims::math::SphereF::hessian |
( |
const Vector & |
x | ) |
const |
◆ value()
float aims::math::SphereF::value |
( |
const Vector & |
x | ) |
const |
◆ _n
float aims::math::SphereF::_n |
|
protected |
The documentation for this class was generated from the following file: