smoother.h Source File
|
CPP API
|
smoother.h
Go to the documentation of this file.
58 return 0.5 * (yleft - yright) * cos(std::numbers::pi_v<ScalarType> / (xright - xleft) * (x - xleft)) +
ad::internal::unary_intermediate< AD_TAPE_REAL, ad::internal::active_type< AD_TAPE_REAL, DATA_HANDLER_1 >, ad::operations::ad_cos< AD_TAPE_REAL > > cos(const ad::internal::active_type< AD_TAPE_REAL, DATA_HANDLER_1 > &x1)
Definition: ad.hpp:924
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
FP 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...
Definition: smoother.h:47
Generated by