CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions | List of all members
Genfun::ButcherTableau Class Reference

#include <ButcherTableau.hh>

Inheritance diagram for Genfun::ButcherTableau:
Genfun::ClassicalRungeKuttaTableau Genfun::ClassicalRungeKuttaTableau Genfun::EulerTableau Genfun::EulerTableau Genfun::MidpointTableau Genfun::MidpointTableau Genfun::RK31Tableau Genfun::RK31Tableau Genfun::RK32Tableau Genfun::RK32Tableau Genfun::ThreeEighthsRuleTableau Genfun::ThreeEighthsRuleTableau Genfun::TrapezoidTableau Genfun::TrapezoidTableau

Public Member Functions

 ButcherTableau (const std::string &name, unsigned int order)
 
const std::string & name () const
 
unsigned int order () const
 
unsigned int nSteps () const
 
doubleA (unsigned int i, unsigned int j)
 
doubleb (unsigned int i)
 
doublec (unsigned int i)
 
const doubleA (unsigned int i, unsigned int j) const
 
const doubleb (unsigned int i) const
 
const doublec (unsigned int i) const
 
 ButcherTableau (const std::string &name, unsigned int order)
 
const std::string & name () const
 
unsigned int order () const
 
unsigned int nSteps () const
 
doubleA (unsigned int i, unsigned int j)
 
doubleb (unsigned int i)
 
doublec (unsigned int i)
 
const doubleA (unsigned int i, unsigned int j) const
 
const doubleb (unsigned int i) const
 
const doublec (unsigned int i) const
 

Detailed Description

Definition at line 23 of file CLHEP/GenericFunctions/ButcherTableau.hh.

Constructor & Destructor Documentation

Genfun::ButcherTableau::ButcherTableau ( const std::string &  name,
unsigned int  order 
)
inline
Genfun::ButcherTableau::ButcherTableau ( const std::string &  name,
unsigned int  order 
)
inline

Member Function Documentation

double& Genfun::ButcherTableau::A ( unsigned int  i,
unsigned int  j 
)
inline
double& Genfun::ButcherTableau::A ( unsigned int  i,
unsigned int  j 
)
inline
const double& Genfun::ButcherTableau::A ( unsigned int  i,
unsigned int  j 
) const
inline
const double& Genfun::ButcherTableau::A ( unsigned int  i,
unsigned int  j 
) const
inline
double& Genfun::ButcherTableau::b ( unsigned int  i)
inline
double& Genfun::ButcherTableau::b ( unsigned int  i)
inline
const double& Genfun::ButcherTableau::b ( unsigned int  i) const
inline
const double& Genfun::ButcherTableau::b ( unsigned int  i) const
inline
double& Genfun::ButcherTableau::c ( unsigned int  i)
inline
double& Genfun::ButcherTableau::c ( unsigned int  i)
inline
const double& Genfun::ButcherTableau::c ( unsigned int  i) const
inline
const double& Genfun::ButcherTableau::c ( unsigned int  i) const
inline
const std::string& Genfun::ButcherTableau::name ( ) const
inline
const std::string& Genfun::ButcherTableau::name ( ) const
inline
unsigned int Genfun::ButcherTableau::nSteps ( ) const
inline
unsigned int Genfun::ButcherTableau::nSteps ( ) const
inline
unsigned int Genfun::ButcherTableau::order ( ) const
inline
unsigned int Genfun::ButcherTableau::order ( ) const
inline

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