Signalsmith Audio's DSP Library  1.6.0
Useful C++ classes/templates for audio effects
Static Methods | Methods
signalsmith::mix::Householder< Sample, -1 > Class Template Reference

#include <mix.h>

Detailed Description

template<typename Sample>
class signalsmith::mix::Householder< Sample, -1 >

Householder with dynamic size.

Static Methods

constexpr static Sample scalingFactor ()
 

Methods

 Householder (int size)
 
template<class Data >
void inPlace (Data &&data) const
 

Method Details

◆ scalingFactor()

template<typename Sample >
constexpr static Sample signalsmith::mix::Householder< Sample, -1 >::scalingFactor ( )
inlinestaticconstexpr
Deprecated:
The matrix is already orthogonal, but this is here for compatibility with Hadamard