|
CHROMA
|
#include <lcm_4mn4fp_recursive.h>
Public Member Functions | |
| LatColMat4MN4FPRecursiveIntegratorParams () | |
| LatColMat4MN4FPRecursiveIntegratorParams (XMLReader &xml, const std::string &path) | |
Public Attributes | |
| int | n_steps |
| Real | theta |
| Real | rho |
| Real | lambda |
| multi1d< std::string > | monomial_ids |
| std::string | subintegrator_xml |
Definition at line 32 of file lcm_4mn4fp_recursive.h.
| Chroma::LatColMat4MN4FPRecursiveIntegratorParams::LatColMat4MN4FPRecursiveIntegratorParams | ( | ) |
| Chroma::LatColMat4MN4FPRecursiveIntegratorParams::LatColMat4MN4FPRecursiveIntegratorParams | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 48 of file lcm_4mn4fp_recursive.cc.
References lambda, monomial_ids, n_steps, Chroma::pop(), Chroma::push(), Chroma::read(), rho, subintegrator_xml, theta, and Chroma::write().
| Real Chroma::LatColMat4MN4FPRecursiveIntegratorParams::lambda |
Definition at line 39 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams(), and Chroma::LatColMat4MN4FPRecursiveIntegrator::operator()().
| multi1d<std::string> Chroma::LatColMat4MN4FPRecursiveIntegratorParams::monomial_ids |
Definition at line 41 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams().
| int Chroma::LatColMat4MN4FPRecursiveIntegratorParams::n_steps |
Definition at line 36 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams(), and Chroma::LatColMat4MN4FPRecursiveIntegrator::operator()().
| Real Chroma::LatColMat4MN4FPRecursiveIntegratorParams::rho |
Definition at line 38 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams(), and Chroma::LatColMat4MN4FPRecursiveIntegrator::operator()().
| std::string Chroma::LatColMat4MN4FPRecursiveIntegratorParams::subintegrator_xml |
Definition at line 42 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams().
| Real Chroma::LatColMat4MN4FPRecursiveIntegratorParams::theta |
Definition at line 37 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegratorParams(), and Chroma::LatColMat4MN4FPRecursiveIntegrator::operator()().