#include <CLHEP/GenericFunctions/ExtendedButcherTableau.hh>
|
| | 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 |
| |
Definition at line 24 of file ExtendedButcherTableau.hh.
◆ ExtendedButcherTableau()
| Genfun::ExtendedButcherTableau::ExtendedButcherTableau |
( |
const std::string & |
name, |
|
|
unsigned int |
order, |
|
|
unsigned int |
orderHat |
|
) |
| |
|
inline |
◆ A() [1/2]
| double & Genfun::ExtendedButcherTableau::A |
( |
unsigned int |
i, |
|
|
unsigned int |
j |
|
) |
| |
|
inline |
◆ A() [2/2]
| const double & Genfun::ExtendedButcherTableau::A |
( |
unsigned int |
i, |
|
|
unsigned int |
j |
|
) |
| const |
|
inline |
◆ b() [1/2]
| double & Genfun::ExtendedButcherTableau::b |
( |
unsigned int |
i | ) |
|
|
inline |
◆ b() [2/2]
| const double & Genfun::ExtendedButcherTableau::b |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ bHat() [1/2]
| double & Genfun::ExtendedButcherTableau::bHat |
( |
unsigned int |
i | ) |
|
|
inline |
◆ bHat() [2/2]
| const double & Genfun::ExtendedButcherTableau::bHat |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ c() [1/2]
| double & Genfun::ExtendedButcherTableau::c |
( |
unsigned int |
i | ) |
|
|
inline |
◆ c() [2/2]
| const double & Genfun::ExtendedButcherTableau::c |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ name()
| const std::string & Genfun::ExtendedButcherTableau::name |
( |
| ) |
const |
|
inline |
◆ nSteps()
| unsigned int Genfun::ExtendedButcherTableau::nSteps |
( |
| ) |
const |
|
inline |
◆ order()
| unsigned int Genfun::ExtendedButcherTableau::order |
( |
| ) |
const |
|
inline |
◆ orderHat()
| unsigned int Genfun::ExtendedButcherTableau::orderHat |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: