MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_input_buffer()

std::span< double > MayaFlux::Nodes::Generator::Polynomial::get_input_buffer ( )
inline

Gets the input buffer.

Returns
Reference to the input buffer

Definition at line 284 of file Polynomial.hpp.

284{ return m_history.linearized_view(); }
std::span< T > linearized_view()
Get mutable linearized view of entire history.
Memory::HistoryBuffer< double > m_history
Ring buffer for input/output history.