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

#include <CLHEP/GenericFunctions/ButcherTableau.hh>

Inheritance diagram for Genfun::RK32Tableau:
Genfun::ButcherTableau

Public Member Functions

 RK32Tableau ()
Public Member Functions inherited from Genfun::ButcherTableau
 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 84 of file ButcherTableau.hh.

Constructor & Destructor Documentation

◆ RK32Tableau()

Genfun::RK32Tableau::RK32Tableau ( )
inline

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