|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
Concept for compile-time validation of vector-like containers. More...
#include <cmp_defines.h>
Concept for compile-time validation of vector-like containers.
Mathematical Formulation Defines a set of constraints for type \(T\) representing an element in a finite-dimensional vector space \(\mathbb{R}^N\).
Implementation Algorithm Ensures that \(T\) supports:
.size() returning an integer/size type.operator[] for coordinate access..data() providing a raw pointer to contiguous memory..begin() and .end().