aimstil  5.0.5
til::MultiDWT::Direct< DWT > Class Template Reference

Direct multiscale DWT. More...

#include <cathier/dwt.h>

Public Types

typedef DWT::prec_type prec_type
 

Public Member Functions

void operator() (prec_type *s, std::size_t n)
 

Detailed Description

template<typename DWT>
class til::MultiDWT::Direct< DWT >

Direct multiscale DWT.

Definition at line 179 of file dwt.h.

Member Typedef Documentation

◆ prec_type

template<typename DWT >
typedef DWT::prec_type til::MultiDWT::Direct< DWT >::prec_type

Definition at line 182 of file dwt.h.

Member Function Documentation

◆ operator()()

template<typename DWT >
void til::MultiDWT::Direct< DWT >::operator() ( prec_type s,
std::size_t  n 
)
Parameters
sInput array. This also contains the output, the computation being in-place.
nLength of the input.

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