Slim numerical data compression 1.0
|
Implement classes encoder_reduced_binary and decoder_reduced_binary, the workhorses of slim. More...
#include <iostream>
#include <iomanip>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cmath>
#include "slim.h"
#include "bitstream.h"
Functions | |
double | log2 (double x) |
Log-base2 of the argument. | |
Implement classes encoder_reduced_binary and decoder_reduced_binary, the workhorses of slim.