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/4dFloat.h"
  #include "utils/rand32.h"
}

#define ZFP_FIELD_FUNC zfp_field_4d
#define ZFP_ENCODE_BLOCK_FUNC zfp_encode_block_float_4
#define ZFP_ENCODE_BLOCK_STRIDED_FUNC zfp_encode_block_strided_float_4
#define ZFP_ENCODE_PARTIAL_BLOCK_STRIDED_FUNC zfp_encode_partial_block_strided_float_4

#define SCALAR float
#define DIMS 4

#include "testTemplatedEncodeBase.cpp"