CbmRoot
Loading...
Searching...
No Matches
KfMath.h File Reference

Collection of generic mathematical methods. More...

#include <cstddef>
Include dependency graph for KfMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbm
 
namespace  cbm::algo
 
namespace  cbm::algo::kf
 
namespace  cbm::algo::kf::math
 

Functions

constexpr size_t cbm::algo::kf::math::NofPolCoefficients (size_t N, size_t M)
 Number of coefficients in a polynomial.
 
template<size_t N, typename T >
constexpr T cbm::algo::kf::math::Horner (const T *c, const T &x)
 Horner's scheme for a 1D-polynomial estimation.
 
template<size_t N, typename T , typename... Args>
constexpr T cbm::algo::kf::math::Horner (const T *c, const T &x1, Args... xI)
 Horner's scheme for a multidvariable polynomial estimation.
 

Detailed Description

Collection of generic mathematical methods.

Since
30.07.2024
Author
Sergei Zharko s.zha.nosp@m.rko@.nosp@m.gsi.d.nosp@m.e

Definition in file KfMath.h.