|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Auxiliary data structure for a sequence of PBS values. More...
#include <JPBSSequence.hh>
Public Member Functions | |
| JPBSSequence () | |
| Default constructor. | |
| JPBSSequence (const JPBS_t &pbs) | |
| Constructor. | |
| JPBSSequence (const std::initializer_list< JPBS_t > &input) | |
| Constructor. | |
Friends | |
| JPBSSequence | operator+ (const JPBSSequence &first, const JPBSSequence &second) |
| Chain PBS sequences. | |
Auxiliary data structure for a sequence of PBS values.
A sequence of PBS values corresponds to the integration chain of a product,
starting from the lowest integration level to the highest integration level.
Definition at line 30 of file JPBSSequence.hh.
|
inline |
|
inline |
|
inline |
|
friend |
Chain PBS sequences.
| first | first PBS sequence |
| second | second PBS sequence |
Definition at line 67 of file JPBSSequence.hh.