|
aimstil
5.0.5
|
Inverse multiscale DWT. More...
#include <cathier/dwt.h>
Public Types | |
| typedef IDWT::prec_type | prec_type |
Public Member Functions | |
| void | operator() (prec_type *s, std::size_t n) |
Inverse multiscale DWT.
| typedef IDWT::prec_type til::MultiDWT::Inverse< IDWT >::prec_type |
| void til::MultiDWT::Inverse< IDWT >::operator() | ( | prec_type * | s, |
| std::size_t | n | ||
| ) |
| s | The input array. Also contains the output, since the computation is in-place. |
| n | The input length. |