Basis Functions

BF_Linear

struct BF_Linear : public BF_Base

Linear basis function

Public Functions

virtual std::string get_label()

Return label of this object.

BF_Polynomial2

struct BF_Polynomial2 : public BF_Base

Polynomial order 2 basis function with c=0

Public Functions

virtual std::string get_label()

Return label of this object.

BF_Base

struct BF_Base : public Func_Base

Base class to be used by all basis functions.

Subclassed by BF_Linear, BF_Polynomial2

Public Functions

virtual std::string get_label() = 0

Return label of this object.

Public Members

int verbose

Return label of this object.