|
marvin 0.0.1
Pure C++ audio helper library
|
A helper class to apply an NxN Hadamard matrix to a given input array-like. More...
#include <marvin_MixMatrix.h>
Static Public Member Functions | |
| static void | recursiveUnscaled (SampleType *data) |
| static void | inPlace (SampleType *data) |
A helper class to apply an NxN Hadamard matrix to a given input array-like.
size must be a power of two. Example usage:
|
inlinestatic |
|
inlinestatic |
Used internally by inPlace to generate an NxN Hadamard via recursion - probably shouldn't be in the public API.
| data | A pointer to the internal data of the array-like to apply the Householder to. |