CAPD DynSys Library  5.2.0
capd::dynsys::LorenzSection< Scalar, D > Class Template Reference

#include <capd/dynsys/FadMap.h>

Public Types

typedef Scalar ScalarType
 
typedef capd::vectalg::Vector< ScalarType, D > VectorType
 

Public Member Functions

 LorenzSection ()
 
 LorenzSection (Scalar _s, Scalar _r, Scalar _q)
 
ScalarType operator() (const VectorType &u) const
 
VectorType gradient (const VectorType &) const
 
void setParameter (unsigned i, Scalar value)
 
unsigned getDimension () const
 

Public Attributes

VectorType grad
 
std::vector< Scalarparameters
 

Member Typedef Documentation

◆ ScalarType

template<class Scalar , unsigned D>
typedef Scalar capd::dynsys::LorenzSection< Scalar, D >::ScalarType

◆ VectorType

template<class Scalar , unsigned D>
typedef capd::vectalg::Vector<ScalarType,D> capd::dynsys::LorenzSection< Scalar, D >::VectorType

Constructor & Destructor Documentation

◆ LorenzSection() [1/2]

template<class Scalar , unsigned D>
capd::dynsys::LorenzSection< Scalar, D >::LorenzSection ( )
inline

◆ LorenzSection() [2/2]

template<class Scalar , unsigned D>
capd::dynsys::LorenzSection< Scalar, D >::LorenzSection ( Scalar  _s,
Scalar  _r,
Scalar  _q 
)
inline

Member Function Documentation

◆ getDimension()

template<class Scalar , unsigned D>
unsigned capd::dynsys::LorenzSection< Scalar, D >::getDimension ( ) const
inline

◆ gradient()

template<class Scalar , unsigned D>
VectorType capd::dynsys::LorenzSection< Scalar, D >::gradient ( const VectorType ) const
inline

◆ operator()()

template<class Scalar , unsigned D>
ScalarType capd::dynsys::LorenzSection< Scalar, D >::operator() ( const VectorType u) const
inline

◆ setParameter()

template<class Scalar , unsigned D>
void capd::dynsys::LorenzSection< Scalar, D >::setParameter ( unsigned  i,
Scalar  value 
)
inline

Member Data Documentation

◆ grad

template<class Scalar , unsigned D>
VectorType capd::dynsys::LorenzSection< Scalar, D >::grad

◆ parameters

template<class Scalar , unsigned D>
std::vector<Scalar> capd::dynsys::LorenzSection< Scalar, D >::parameters