|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Nodes::Generator::Polynomial::BufferFunction = std::function<double(std::span<double>)> |
Function type for recursive/feedforward polynomial evaluation.
Takes a reference to a buffer of values and returns the computed output. For recursive mode, the buffer contains previous outputs. For feedforward mode, the buffer contains current and previous inputs.
Definition at line 131 of file Polynomial.hpp.