VAPoR
0.1
|
#include <iostream>
#include <vapor/EasyThreads.h>
#include <vapor/MyBase.h>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <cerrno>
#include <cassert>
Go to the source code of this file.
Classes | |
class | VAPoR::Lifting1D< Data_T > |
Wrapper for Wim Swelden's Liftpack wavelet transform interface. More... | |
Namespaces | |
VAPoR | |
Macros | |
#define | MAX(A, B) ((A)>(B)?(A):(B)) |
#define | CEIL(num, den) ( ((num)+(den)-1)/(den) ) |
#define CEIL | ( | num, | |
den | |||
) | ( ((num)+(den)-1)/(den) ) |
Definition at line 894 of file Lifting1D.h.
#define MAX | ( | A, | |
B | |||
) | ((A)>(B)?(A):(B)) |
Definition at line 163 of file Lifting1D.h.
Referenced by VAPoR::Lifting1D< Data_T >::Lifting1D().