A helper class to apply an NxN Householder matrix to a given input array-like. More...
#include <marvin_MixMatrix.h>
Static Public Member Functions | |
static void | inPlace (SampleType *arr) |
A helper class to apply an NxN Householder matrix to a given input array-like.
size
must be greater than or equal to 1. Example usage:
|
inlinestatic |
Multiplies a given input of size
by a size x size
Householder matrix.
arr | A pointer to the internal data of an array-like to apply the Householder matrix to. |