Skip to content

Fix const correctness of IIRFilter::derivative()

Felix Sygulla requested to merge feature/fix-const-correctness-iir-filter into dev-v3

This MR fixes the const correctness of the IIRFilter::derivative() method. The fix requires changes to the CircularAccessor as well.

Merge request reports