CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Genfun::ButcherTableau Class Reference

#include <ButcherTableau.hh>

+ Inheritance diagram for Genfun::ButcherTableau:

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
 

Detailed Description

Definition at line 23 of file ButcherTableau.hh.

Constructor & Destructor Documentation

◆ ButcherTableau()

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

Member Function Documentation

◆ A() [1/2]

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

◆ A() [2/2]

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

◆ b() [1/2]

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

◆ b() [2/2]

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

◆ c() [1/2]

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

◆ c() [2/2]

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

◆ name()

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

◆ nSteps()

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

◆ order()

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

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