ROL
Public Member Functions | List of all members
Example_Objective< Real > Class Template Reference

Objective function:

\[f(x) = exp(x_1 x_2 x_3 x_4 x_5) + \frac{1}{2}*(x_1^3+x_2^3+1)^2 \]

. More...

#include <example_02.hpp>

Public Member Functions

template<class ScalarT >
ScalarT value (const Vector< ScalarT > &x, Real &tol)
 

Detailed Description

template<class Real>
class Example_Objective< Real >

Objective function:

\[f(x) = exp(x_1 x_2 x_3 x_4 x_5) + \frac{1}{2}*(x_1^3+x_2^3+1)^2 \]

.

Definition at line 53 of file sacado/example_02.hpp.

Member Function Documentation

template<class Real >
template<class ScalarT >
ScalarT Example_Objective< Real >::value ( const Vector< ScalarT > &  x,
Real &  tol 
)

Definition at line 62 of file sacado/example_02.hpp.


The documentation for this class was generated from the following file: