vlsvrs 1.0.0

VLSV reader with C and Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "zfp.hpp"
using namespace zfp;

extern "C" {
  #include "constants/1dDouble.h"
  #include "utils/rand64.h"
}

#define ZFP_FIELD_FUNC zfp_field_1d
#define ZFP_ENCODE_BLOCK_FUNC zfp_encode_block_double_1
#define ZFP_ENCODE_BLOCK_STRIDED_FUNC zfp_encode_block_strided_double_1
#define ZFP_ENCODE_PARTIAL_BLOCK_STRIDED_FUNC zfp_encode_partial_block_strided_double_1

#define SCALAR double
#define DIMS 1

#include "testTemplatedEncodeBase.cpp"