CHROMA
|
Dummy class for case when gmp is not present. More...
#include <remez_stub.h>
Public Member Functions | |
RemezStub (const Real &lower, const Real &upper, long prec) | |
~RemezStub () | |
void | setBounds (const Real &lower, const Real &upper) |
const Real | generateApprox (int num_degree, int den_degree, unsigned long power_num, unsigned long power_den) |
const Real | generateApprox (int degree, unsigned long power_num, unsigned long power_den) |
RemezCoeff_t | getPFE () |
Return the partial fraction expansion of the approximation x^(pnum/pden) More... | |
RemezCoeff_t | getIPFE () |
Return the partial fraction expansion of the approximation x^(-pnum/pden) More... | |
Real | evalPFE (const Real &x, const RemezCoeff_t &coeff) |
Given a partial fraction expansion, evaluate it at x. More... | |
Dummy class for case when gmp is not present.
Definition at line 19 of file remez_stub.h.
|
inline |
Definition at line 22 of file remez_stub.h.
|
inline |
Definition at line 27 of file remez_stub.h.
|
inline |
Given a partial fraction expansion, evaluate it at x.
Definition at line 49 of file remez_stub.h.
References Chroma::QDP_error_exit().
|
inline |
Definition at line 31 of file remez_stub.h.
|
inline |
Definition at line 29 of file remez_stub.h.
Referenced by main(), and Chroma::RemezRatApproxEnv::RatApprox::operator()().
|
inline |
Return the partial fraction expansion of the approximation x^(-pnum/pden)
Definition at line 42 of file remez_stub.h.
References Chroma::QDP_error_exit().
Referenced by main(), and Chroma::RemezRatApproxEnv::RatApprox::operator()().
|
inline |
Return the partial fraction expansion of the approximation x^(pnum/pden)
Definition at line 35 of file remez_stub.h.
References Chroma::QDP_error_exit().
Referenced by main(), and Chroma::RemezRatApproxEnv::RatApprox::operator()().
|
inline |
Definition at line 28 of file remez_stub.h.