![]() |
FIMS
v0.8.1
|
FIMSObject struct that defines member types and returns the unique id. More...
#include <model_object.hpp>
Public Member Functions | |
| uint32_t | GetId () const |
| Getter that returns the unique id for parameters in the model. | |
| bool | CheckDimensions (size_t actual, size_t expected) |
| Check the dimensions of an object. | |
Public Attributes | |
| uint32_t | id |
| std::vector< Type * > | parameters |
| std::vector< Type * > | random_effects_parameters |
| std::vector< Type * > | fixed_effects_parameters |
FIMSObject struct that defines member types and returns the unique id.
|
inline |
Check the dimensions of an object.
| actual | The actual dimensions. |
| expected | The expected dimensions. |
| std::vector<Type*> fims_model_object::FIMSObject< Type >::fixed_effects_parameters |
list of fixed effects parameters
unique identifier assigned for all fims objects
| std::vector<Type*> fims_model_object::FIMSObject< Type >::parameters |
list of estimable parameters
| std::vector<Type*> fims_model_object::FIMSObject< Type >::random_effects_parameters |
list of all random effects parameters