|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inlinenoexcept |
Central difference approximation of the second derivative.
| T | Sample type |
| history | Buffer with capacity >= 3 |
| dt | Elapsed time between consecutive samples |
Identical stencil to acceleration() since the standard central second difference and backward second difference coincide at this order. Provided as a named alias so call sites documenting derivation against central-difference tables do not need to reach for acceleration().
Definition at line 136 of file Differential.hpp.
Referenced by central_second_derivative().
Here is the caller graph for this function: