Class xlifepp::SingleIM#

class SingleIM : public xlifepp::IntegrationMethod#

Inheritence diagram for xlifepp::SingleIM:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="xlifepp::FilonIMT< complex_t >" tooltip="xlifepp::FilonIMT< complex_t >"] "4" [label="xlifepp::FilonIMT< T >" tooltip="xlifepp::FilonIMT< T >"] "2" [label="xlifepp::IntegrationMethod" tooltip="xlifepp::IntegrationMethod"] "5" [label="xlifepp::LenoirSalles2dIR" tooltip="xlifepp::LenoirSalles2dIR"] "6" [label="xlifepp::LenoirSalles3dIR" tooltip="xlifepp::LenoirSalles3dIR"] "7" [label="xlifepp::PolynomialIM" tooltip="xlifepp::PolynomialIM"] "8" [label="xlifepp::QuadratureIM" tooltip="xlifepp::QuadratureIM"] "1" [label="xlifepp::SingleIM" tooltip="xlifepp::SingleIM" fillcolor="#BFBFBF"] "3" -> "1" [dir=forward tooltip="public-inheritance"] "3" -> "4" [dir=forward tooltip="template-instance"] "4" -> "1" [dir=forward tooltip="public-inheritance"] "5" -> "1" [dir=forward tooltip="public-inheritance"] "6" -> "1" [dir=forward tooltip="public-inheritance"] "7" -> "1" [dir=forward tooltip="public-inheritance"] "8" -> "1" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xlifepp::SingleIM:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::IntegrationMethod" tooltip="xlifepp::IntegrationMethod"] "1" [label="xlifepp::SingleIM" tooltip="xlifepp::SingleIM" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

abstract class for integration method of single integral over E

Subclassed by xlifepp::FilonIMT< complex_t >, xlifepp::FilonIMT< T >, xlifepp::LenoirSalles2dIR, xlifepp::LenoirSalles3dIR, xlifepp::PolynomialIM, xlifepp::QuadratureIM

Public Functions

inline SingleIM(IntegrationMethodType imt = _undefIM, const string_t na = "SingleIM")#

basic constructor

inline virtual bool isDoubleIM() const#

returns true if double IM

inline virtual bool isSingleIM() const#

returns true if single IM

inline virtual void print(std::ostream &os) const#

print IntegrationMethod on stream