OptimizationException< N, T, Point > Class Template Reference

Optimization exception. More...

#include <Exception.h>

List of all members.

Public Types

typedef T number_type
 Number type.
typedef Point point_type
 Point type.

Public Member Functions

 OptimizationException (const char *message, const point_type &location, const number_type value, const int num_function_calls)
 Constructor.
virtual ~OptimizationException ()
 Destructor.
virtual void print ()
 Print an error message.
const std::string & message () const
 Return the message.
const point_typelocation () const
 Return the location.
number_type value () const
 Return the function value.
int num_function_calls () const
 Return the number of function calls.

Detailed Description

template<int N, typename T = double, typename Point = ads::FixedArray<N>>
class OptimizationException< N, T, Point >

Optimization exception.


The documentation for this class was generated from the following file:
Generated on Thu Jun 30 02:15:00 2016 for Numerical Algorithms Package by  doxygen 1.6.3