|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
A collection of fit parameters. More...
Public Types | |
| using | parameters_t = std::vector< Parameter > |
| using | const_iterator = parameters_t::const_iterator |
| using | iterator = parameters_t::iterator |
| using | corr_matrix_t = std::vector< std::vector< double > > |
Public Member Functions | |
| void | add (const Parameter &par) |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
| size_t | size () const |
| std::vector< double > | values () const |
| void | setValues (const std::vector< double > &values) |
| std::vector< double > | errors () const |
| void | setErrors (const std::vector< double > &errors) |
| const Parameter & | operator[] (const std::string &name) const |
| const Parameter & | operator[] (size_t index) const |
| corr_matrix_t | correlationMatrix () const |
| void | setCorrelationMatrix (const corr_matrix_t &matrix) |
| size_t | freeParameterCount () const |
| Returns number of free parameters. | |
A collection of fit parameters.
Definition at line 27 of file Parameters.h.