8#ifndef productformula_hh
9#define productformula_hh
30 template<
class F,
class H = F,
class J = F>
41 return frm1_(p,t) * frm2_(p,t);
44 return frm1_(p,t) * frm2_(p,t);
47 return frm1_(p,t) * frm2_(p,t);
53 virtual std::ostream&
info(std::ostream&
os)
const {
virtual F operator()(const Real p, const Real t=0.0) const
virtual Frm_Product< F, H, J > * clone() const
Virtual copy constructor.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
std::string typeOf(const T &t)
Set< F > makeSet(uint n, const F &first,...)
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.