Revision 2c47b73,
752 bytes
checked in by Hal Finkel <hfinkel@…>, 6 years ago
(diff) |
more work on adding SZ (latest version)
|
-
Property mode set to
100644
|
Line | |
---|
1 | /** |
---|
2 | * @file sz_float_ts.h |
---|
3 | * @author Sheng Di |
---|
4 | * @date May, 2018 |
---|
5 | * @brief Header file for the sz_float_ts.c. |
---|
6 | * (C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory. |
---|
7 | * See COPYRIGHT in top-level directory. |
---|
8 | */ |
---|
9 | #include "TightDataPointStorageF.h" |
---|
10 | |
---|
11 | #ifndef _SZ_Float_TS_H |
---|
12 | #define _SZ_Float_TS_H |
---|
13 | |
---|
14 | #ifdef __cplusplus |
---|
15 | extern "C" { |
---|
16 | #endif |
---|
17 | unsigned int optimize_intervals_float_1D_ts(float *oriData, size_t dataLength, float* preData, double realPrecision); |
---|
18 | |
---|
19 | TightDataPointStorageF* SZ_compress_float_1D_MDQ_ts(float *oriData, size_t dataLength, sz_multisteps* multisteps, |
---|
20 | double realPrecision, float valueRangeSize, float medianValue_f); |
---|
21 | |
---|
22 | #ifdef __cplusplus |
---|
23 | } |
---|
24 | #endif |
---|
25 | |
---|
26 | #endif /* ----- #ifndef _SZ_Float_TS_H ----- */ |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.