Class MEAL::Null

class Null : public MEAL::Function

Null function has only free parameters and no evaluate method.

Public Functions

Null(unsigned nparam = 0)

Default constructor.

Null(const Null&)

Copy constructor.

Null &operator=(const Null&)

Assignment operator.

void resize(unsigned nparam)

Resize, setting fit=true for new parameters.

virtual std::string get_name() const

Return the name of the class.