Public Member Functions

expression_not_differentiable_exception Class Reference

An exception which is thrown if an expression should be differentiated, but at least one of the leaves in the expression tree cannot be differentiated (e.g. is a function symbol). More...

#include <exception.hpp>

Public Member Functions

 expression_not_differentiable_exception ()
 expression_not_differentiable_exception (std::string const &str)
virtual ~expression_not_differentiable_exception () throw ()

Detailed Description

An exception which is thrown if an expression should be differentiated, but at least one of the leaves in the expression tree cannot be differentiated (e.g. is a function symbol).


Constructor & Destructor Documentation

expression_not_differentiable_exception ( std::string const &  str  )  [inline]
virtual ~expression_not_differentiable_exception (  )  throw () [inline, virtual]

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