smoother.h File Reference

CPP API: smoother.h File Reference
smoother.h File Reference
#include "memilio/config.h"
#include "memilio/math/eigen.h"
#include <cmath>
#include <numbers>
Include dependency graph for smoother.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Functions

template<typename FP , class LeftExpr , class RightExpr >
auto mio::smoother_cosine (FP x, FP xleft, FP xright, const Eigen::MatrixBase< LeftExpr > &yleft_expr, const Eigen::MatrixBase< RightExpr > &yright_expr)
 smoother_cosine as a matrix valued function. More...
 
template<typename FP >
FP mio::smoother_cosine (FP x, FP xleft, FP xright, FP yleft, FP yright)
 Returns the smoothed evaluation of a discrete jump of function values
yleft and yright on xleft and xright, respectively, by using a cosine function. More...