hyperbolic.h File Reference

#include <iostream>
#include <string>
#include <math.h>
#include "mapsetlib.h"
#include "funct.h"
#include "interval.h"
#include "matrix.h"

Classes

class  DERIVATIVE_MAP< _DIM, T >
 Map which arguments are cubes and values are matrices. More...
class  CRepresent< _DIM, T >
 Class responsible for constructing the cubic representation of a given function. More...
class  CApproximateBases< _DIM, T >
 Class responsible for finding stable and unstable directions. More...
class  CHyperbolicity< _DIM, T >
 Class responsible for checking Hiperbolicity for a given set. More...
class  C2DHyperbolicity< T >
 Class responsible for checking Hiperbolicity for a given set in 2D case. More...
class  CRepresent1< _DIM, T >
 Class implementing virtual class CRepresent. More...
class  CApproximateBases1< T >
 Class implementing virtual class CApproximateDirections. More...

Functions

template<class T>
CMatrix< T > median (const CMatrix< interval< T > > &m)
 Function constructing CMatrix<T> from CMatrix<interval<T> > by taking median on each of the elements.
template<class T>
CMatrix< interval< T > > intervalConversion (const CMatrix< T > &m)
 Function constructing CMatrix<interval<T> > from CMatrix<T> by simple on point interval constructor.

Function Documentation

template<class T>
CMatrix< interval< T > > intervalConversion ( const CMatrix< T > &  m  )  [inline]

Function constructing CMatrix<interval<T> > from CMatrix<T> by simple on point interval constructor.

template<class T>
CMatrix< T > median ( const CMatrix< interval< T > > &  m  )  [inline]

Function constructing CMatrix<T> from CMatrix<interval<T> > by taking median on each of the elements.


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