CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Genfun::ButcherTableau Class Reference

#include <CLHEP/GenericFunctions/ButcherTableau.hh>

Inheritance diagram for Genfun::ButcherTableau:
Genfun::ClassicalRungeKuttaTableau Genfun::EulerTableau Genfun::MidpointTableau Genfun::RK31Tableau Genfun::RK32Tableau Genfun::ThreeEighthsRuleTableau 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
 
double & A (unsigned int i, unsigned int j)
 
double & b (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 & c (unsigned int i) const
 

Detailed Description

Definition at line 23 of file ButcherTableau.hh.

Constructor & Destructor Documentation

◆ ButcherTableau()

Member Function Documentation

◆ A() [1/2]

◆ A() [2/2]

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

Definition at line 89 of file ButcherTableau.icc.

◆ b() [1/2]

◆ b() [2/2]

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

Definition at line 93 of file ButcherTableau.icc.

◆ c() [1/2]

◆ c() [2/2]

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

Definition at line 97 of file ButcherTableau.icc.

◆ name()

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

Definition at line 7 of file ButcherTableau.icc.

Referenced by operator<<().

◆ nSteps()

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

Definition at line 19 of file ButcherTableau.icc.

Referenced by operator<<().

◆ order()

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

Definition at line 13 of file ButcherTableau.icc.

Referenced by operator<<().


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