|
| Transformation () |
| Default constructor.
|
unsigned | get_nparam () const |
| Get the number of model parameters.
|
void | set_nparam (unsigned) |
| Set the number of model parameters.
|
std::string | get_param_name (unsigned) const |
| Get the name of the specified model parameter.
|
void | set_param_name (unsigned, const std::string &) |
| Set the name of the specified model parameter.
|
std::string | get_param_description (unsigned) const |
| Get the description of the specified model parameter.
|
void | set_param_description (unsigned, const std::string &) |
| Set the description of the specified model parameter.
|
double | get_param (unsigned) const |
| Get the value of the specified model parameter.
|
void | set_param (unsigned, double) |
| Set the value of the specified model parameter.
|
double | get_variance (unsigned) const |
| Get the variance of the specified model parameter.
|
void | set_variance (unsigned, double) |
| Set the variance of the specified model parameter.
|
std::vector< std::vector< double > > | get_covariance () const |
| Get the covariance matrix of the model paramters.
|
void | set_covariance (const std::vector< std::vector< double > > &) |
| Set the covariance matrix of the model paramters.
|
void | get_covariance (std::vector< double > &) const |
| Get the covariance matrix efficiently.
|
void | set_covariance (const std::vector< double > &) |
| Set the covariance matrix efficiently.
|
Estimate< double > | get_Estimate (unsigned) const |
| Get the value and variance of the specified model parameter.
|
void | set_Estimate (unsigned, const Estimate< double > &) |
| Set the value and variance of the specified model parameter.
|
bool | get_valid () const |
| Get the model validity flag.
|
void | set_valid (bool) |
| Set the model validity flag.
|
| Able (const Able &) |
Able & | operator= (const Able &) |
unsigned | get_reference_count () const |
| HeapTracked (const HeapTracked &) |
HeapTracked & | operator= (const HeapTracked &) |
bool | __is_on_heap () const |
Intermediate storage of MEAL::Complex parameters.