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

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

#include <ExtendedButcherTableau.hh>

Inheritance diagram for Genfun::ExtendedButcherTableau:
Genfun::BogackiShampineXtTableau Genfun::CashKarpXtTableau Genfun::FehlbergRK45F2XtTableau Genfun::HeunEulerXtTableau

Public Member Functions

 ExtendedButcherTableau (const std::string &name, unsigned int order, unsigned int orderHat)
 
const std::string & name () const
 
unsigned int order () const
 
unsigned int orderHat () const
 
unsigned int nSteps () const
 
double & A (unsigned int i, unsigned int j)
 
double & b (unsigned int i)
 
double & bHat (unsigned int i)
 
double & c (unsigned int i)
 
const double & A (unsigned int i, unsigned int j) const
 
const double & b (unsigned int i) const
 
const double & bHat (unsigned int i) const
 
const double & c (unsigned int i) const
 
 ExtendedButcherTableau (const std::string &name, unsigned int order, unsigned int orderHat)
 
const std::string & name () const
 
unsigned int order () const
 
unsigned int orderHat () const
 
unsigned int nSteps () const
 
double & A (unsigned int i, unsigned int j)
 
double & b (unsigned int i)
 
double & bHat (unsigned int i)
 
double & c (unsigned int i)
 
const double & A (unsigned int i, unsigned int j) const
 
const double & b (unsigned int i) const
 
const double & bHat (unsigned int i) const
 
const double & c (unsigned int i) const
 

Detailed Description

Definition at line 24 of file CLHEP/GenericFunctions/ExtendedButcherTableau.hh.

Constructor & Destructor Documentation

◆ ExtendedButcherTableau() [1/2]

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

◆ ExtendedButcherTableau() [2/2]

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

Member Function Documentation

◆ A() [1/4]

double& Genfun::ExtendedButcherTableau::A ( unsigned int  i,
unsigned int  j 
)
inline

◆ A() [2/4]

double& Genfun::ExtendedButcherTableau::A ( unsigned int  i,
unsigned int  j 
)
inline

◆ A() [3/4]

const double& Genfun::ExtendedButcherTableau::A ( unsigned int  i,
unsigned int  j 
) const
inline

◆ A() [4/4]

const double& Genfun::ExtendedButcherTableau::A ( unsigned int  i,
unsigned int  j 
) const
inline

◆ b() [1/4]

double& Genfun::ExtendedButcherTableau::b ( unsigned int  i)
inline

◆ b() [2/4]

double& Genfun::ExtendedButcherTableau::b ( unsigned int  i)
inline

◆ b() [3/4]

const double& Genfun::ExtendedButcherTableau::b ( unsigned int  i) const
inline

◆ b() [4/4]

const double& Genfun::ExtendedButcherTableau::b ( unsigned int  i) const
inline

◆ bHat() [1/4]

double& Genfun::ExtendedButcherTableau::bHat ( unsigned int  i)
inline

◆ bHat() [2/4]

double& Genfun::ExtendedButcherTableau::bHat ( unsigned int  i)
inline

◆ bHat() [3/4]

const double& Genfun::ExtendedButcherTableau::bHat ( unsigned int  i) const
inline

◆ bHat() [4/4]

const double& Genfun::ExtendedButcherTableau::bHat ( unsigned int  i) const
inline

◆ c() [1/4]

double& Genfun::ExtendedButcherTableau::c ( unsigned int  i)
inline

◆ c() [2/4]

double& Genfun::ExtendedButcherTableau::c ( unsigned int  i)
inline

◆ c() [3/4]

const double& Genfun::ExtendedButcherTableau::c ( unsigned int  i) const
inline

◆ c() [4/4]

const double& Genfun::ExtendedButcherTableau::c ( unsigned int  i) const
inline

◆ name() [1/2]

const std::string& Genfun::ExtendedButcherTableau::name ( ) const
inline

◆ name() [2/2]

const std::string& Genfun::ExtendedButcherTableau::name ( ) const
inline

◆ nSteps() [1/2]

unsigned int Genfun::ExtendedButcherTableau::nSteps ( ) const
inline

◆ nSteps() [2/2]

unsigned int Genfun::ExtendedButcherTableau::nSteps ( ) const
inline

◆ order() [1/2]

unsigned int Genfun::ExtendedButcherTableau::order ( ) const
inline

◆ order() [2/2]

unsigned int Genfun::ExtendedButcherTableau::order ( ) const
inline

◆ orderHat() [1/2]

unsigned int Genfun::ExtendedButcherTableau::orderHat ( ) const
inline

◆ orderHat() [2/2]

unsigned int Genfun::ExtendedButcherTableau::orderHat ( ) const
inline

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