1#ifndef CORRELATIONCREATOR_H
2#define CORRELATIONCREATOR_H
45 static void emplace_correlation(std::shared_ptr<
CorrelationMatrixPair<T>> corr_matrices, std::shared_ptr<DBNode> leaf);
Factory for creating IDBNodeProvider instances from a file path.
Hierarchical key–value tree with JSON/YAML serialization.
Defines a generic interface for data loading operations.
Defines structures and classes for routing and categorizing parameter blocks.
Loader class to populate CorrelationMatrixPair from a file.
void load(std::shared_ptr< CorrelationMatrixPair< T > > dest, fs::path src_file, bool block_in_blocks=false) override
Loads correlation matrices from a source file into a destination CorrelationMatrixPair.
Abstract interface for loading data into an object.
Stores a pair of correlation matrices (statistical and systematic) for a given key type.