64 this->
bpars(i) = value;
void setScheme(schemes scheme)
A set method for the scheme of the bag parameters.
A class for the bag paramters.
schemes getScheme() const
A get method for the scheme of the bag parameters.
void setBpars(int i, double value)
A set method for a component of the vector of bag parameters.
schemes
An enum type for regularization schemes.
void setMu(double mu)
A set method for the scale of the bag parameters.
void setBpars(gslpp::vector< double > bpars)
A set method for a vector of the bag parameters.
BParameter(int n)
Constructor.
gslpp::vector< double > bpars
A vector of bag parameters.
const double & getMu() const
A get method for the scale of the bag parameters.
const gslpp::vector< double > & getBpars() const
A get method for the vector of the bag parameters.
A class for constructing and defining operations on real vectors.
double mu
The scale at which the bag parameters are defined.
schemes scheme
The scheme in which the bag parameters are defined.