Ask a Question | Search PSRCHIVE: |
![]()
|
MEAL::Parameters Class Reference Abstract base class implements parameter storage and access. More...
Inheritance diagram for MEAL::Parameters:
![]()
Detailed DescriptionAbstract base class implements parameter storage and access. Member Function Documentation◆ clone()
◆ get_description()
Return the description of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_infit()
Return true if parameter at index is to be fitted. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_name()
Return the name of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_nparam()
Return the number of parameters. Implements MEAL::ParameterPolicy. Referenced by clone(), and operator=(). ◆ get_param()
Return the value of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). Referenced by swap_param(). ◆ get_variance()
Return the variance of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ set_infit()
Set flag for parameter at index to be fitted. Implements MEAL::ParameterPolicy. References range_check(). ◆ set_param()
Set the value of the specified parameter. Implements MEAL::ParameterPolicy. References MEAL::FunctionPolicy::get_context(), range_check(), and MEAL::Function::very_verbose. Referenced by swap_param(). ◆ set_variance()
Set the variance of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). The documentation for this class was generated from the following files:
Generated using doxygen 1.14.0
|