libiir/src
Laurence Withers 911b3eab3d Add C++ wrapper library
This commit adds libiir++, a C++ wrapper library which provides a true
object-oriented interface. The library has two primary objects, Coeff
(coefficient set) and Filter (filter instance) which are implemented
internally using the C objects.

The C++ implementation does produce additional copies of various bits
of information at setup time in order to better support querying the
structure of the filter at runtime. This is intended to be useful for a
future Python extension that will provide a filter experimentation lab.
2014-07-07 14:56:25 +00:00
..
docs Escape IIR in Doxygen strings for upcoming C++ library 2014-07-07 14:56:25 +00:00
libiir Escape IIR in Doxygen strings for upcoming C++ library 2014-07-07 14:56:25 +00:00
libiir++ Add C++ wrapper library 2014-07-07 14:56:25 +00:00
tests Test program usability fixes 2011-04-15 19:10:21 +00:00