|
| | data_object.hpp |
| | Sets up a data class to create a generic data object with up to five dimensions. The class contains internal vector for data elements and uncertainty values.
|
| |
| | def.hpp |
| | Creates pre-processing macros such as what type of machine you are on and creates the log information.
|
| |
| | fims_math.hpp |
| | A collection of mathematical functions used in FIMS.
|
| |
| | fims_vector.hpp |
| | Establishes the FIMS Vector class.
|
| |
| | information.hpp |
| | Code to store all objects that are created in FIMS because FIMS uses integer representation. Code loops over all model components and sets them up based on unique identifiers.
|
| |
| | model.hpp |
| | : Loops over model components and returns the negative log-likelihood function.
|
| |
| | model_object.hpp |
| | Definition of the FIMSObject structure.
|
| |