Mantid
Loading...
Searching...
No Matches
Classes | Concepts | Functions
Mantid::Algorithms::Arithmetic Namespace Reference

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)
 

Function Documentation

◆ makeCovarianceMatrixProvider()

template<size_t IndependentVars, size_t DependentVars, typename... DependentFuncs>
auto Mantid::Algorithms::Arithmetic::makeCovarianceMatrixProvider ( DependentFuncs &&...  dependentFuncs)

Definition at line 176 of file PolarizationCorrectionsHelpers.h.

◆ makeErrorPropagation()

template<size_t N, typename Func >
auto Mantid::Algorithms::Arithmetic::makeErrorPropagation ( Func &&  func)

Definition at line 308 of file PolarizationCorrectionsHelpers.h.