aimstil  5.0.5
til::MultiDWT::Inverse< IDWT > Class Template Reference

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)
 

Detailed Description

template<typename IDWT>
class til::MultiDWT::Inverse< IDWT >

Inverse multiscale DWT.

Definition at line 197 of file dwt.h.

Member Typedef Documentation

◆ prec_type

template<typename IDWT >
typedef IDWT::prec_type til::MultiDWT::Inverse< IDWT >::prec_type

Definition at line 200 of file dwt.h.

Member Function Documentation

◆ operator()()

template<typename IDWT >
void til::MultiDWT::Inverse< IDWT >::operator() ( prec_type s,
std::size_t  n 
)
Parameters
sThe input array. Also contains the output, since the computation is in-place.
nThe input length.

The documentation for this class was generated from the following file: