Expand description
Structures for manipulating the cache and free parameters.
Structs§
- Cache
- A single cache entry corresponding to precomputed data for a particular
Event
in aDataset
. - Complex
MatrixID - A tag for retrieving or storing a complex-valued matrix in a
Cache
. - Complex
ScalarID - A tag for retrieving or storing a complex scalar value in a
Cache
. - Complex
VectorID - A tag for retrieving or storing a complex-valued vector in a
Cache
. - MatrixID
- A tag for retrieving or storing a matrix in a
Cache
. - Parameters
- This struct holds references to the constants and free parameters used in the fit so that they
may be obtained from their corresponding
ParameterID
. - Resources
- The main resource manager for cached values, amplitudes, parameters, and constants.
- ScalarID
- A tag for retrieving or storing a scalar value in a
Cache
. - VectorID
- A tag for retrieving or storing a vector in a
Cache
.
Enums§
- ParameterID
- An object which acts as a tag to refer to either a free parameter or a constant value.