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

◆ linearized_view()

std::span< double > MayaFlux::Nodes::Generator::Polynomial::linearized_view ( )
private

Definition at line 176 of file Polynomial.cpp.

177{
178 for (size_t i = 0; i < m_ring_count; ++i) {
180 }
181 return { m_linear_view.data(), m_ring_count };
182}
size_t m_buffer_size
Maximum size of the buffers.

References m_buffer_size, m_linear_view, m_ring_count, m_ring_data, and m_ring_head.

Referenced by process_sample(), and update_context().

+ Here is the caller graph for this function: