|
Mantid
|
Classes | |
| class | CovarianceMatrixProvider |
| class | ErrorPropagation |
| class | ErrorTypeHelper |
Concepts | |
| concept | CovarianceMatrixProviderFor |
Functions | |
| template<size_t IndependentVars, size_t DependentVars, typename... DependentFuncs> | |
| auto | makeCovarianceMatrixProvider (DependentFuncs &&...dependentFuncs) |
| template<size_t N, typename Func > | |
| auto | makeErrorPropagation (Func &&func) |
| auto Mantid::Algorithms::Arithmetic::makeCovarianceMatrixProvider | ( | DependentFuncs &&... | dependentFuncs | ) |
Definition at line 176 of file PolarizationCorrectionsHelpers.h.
| auto Mantid::Algorithms::Arithmetic::makeErrorPropagation | ( | Func && | func | ) |
Definition at line 308 of file PolarizationCorrectionsHelpers.h.