|
Centipede 0.0.1
Centipede program
|
Structure of a entrypoint. More...
#include <entry.hpp>
Public Member Functions | |
| constexpr void | reset () |
| Reset all values to the default values. | |
| constexpr auto | operator<=> (const EntryPoint< NLocals, NGlobals > &other) const =default |
| Default spaceship operator for comparisons. | |
Public Attributes | |
| LocalDerivs | local_derivs {} |
| Local derivatives. | |
| GlobalDerivs | global_derivs {} |
| Global label and derivatives pair. The label is using 0-based indexing. | |
| float | measurement {} |
| Measurement corresponding to the error value. | |
| float | sigma {} |
| Error value. | |
Static Public Attributes | |
| static constexpr std::size_t | n_locals = NLocals |
| Number of the local parameters. | |
| static constexpr std::size_t | n_globals = NGlobals |
| Number of the global parameters. | |
Entrypoint contains the derivatives of local and global parameters, together with measurement and sigma values. The values are stored locally.