CHenonDerivative< T > Class Template Reference

Class implementing virtual class DERIVATIVE (Henon Derivative). More...

#include <funct.h>

Inheritance diagram for CHenonDerivative< T >:

DERIVATIVE< 2, T >

List of all members.

Public Member Functions

 CHenonDerivative (const interval< T > &A, const interval< T > &B)
CMatrix< interval< T > > operator() (const Coords< 2, T > &x) const
CMatrix< interval< T > > operator() (const Coords< 2, interval< T > > &x) const

Private Attributes

interval< T > a
interval< T > b


Detailed Description

template<class T>
class CHenonDerivative< T >

Class implementing virtual class DERIVATIVE (Henon Derivative).

It is a derivative of the function (x,y)->(-x^2+ax+b,x)


Constructor & Destructor Documentation

template<class T>
CHenonDerivative< T >::CHenonDerivative ( const interval< T > &  A,
const interval< T > &  B 
) [inline]


Member Function Documentation

template<class T>
CMatrix< interval< T > > CHenonDerivative< T >::operator() ( const Coords< 2, T > &  x  )  const [inline]

template<class T>
CMatrix< interval< T > > CHenonDerivative< T >::operator() ( const Coords< 2, interval< T > > &  x  )  const [inline]


Member Data Documentation

template<class T>
interval<T> CHenonDerivative< T >::a [private]

template<class T>
interval<T> CHenonDerivative< T >::b [private]


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

Generated on Sat May 24 19:47:31 2008 for Semi-hyperbolicity by  doxygen 1.5.5