Revision 2c47b73,
764 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_double_ts.h |
---|
3 | * @author Sheng Di |
---|
4 | * @date May, 2018 |
---|
5 | * @brief Header file for the sz_double_ts.c. |
---|
6 | * (C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory. |
---|
7 | * See COPYRIGHT in top-level directory. |
---|
8 | */ |
---|
9 | #include "TightDataPointStorageD.h" |
---|
10 | |
---|
11 | #ifndef _SZ_Double_TS_H |
---|
12 | #define _SZ_Double_TS_H |
---|
13 | |
---|
14 | #ifdef __cplusplus |
---|
15 | extern "C" { |
---|
16 | #endif |
---|
17 | unsigned int optimize_intervals_double_1D_ts(double *oriData, size_t dataLength, double* preData, double realPrecision); |
---|
18 | |
---|
19 | TightDataPointStorageD* SZ_compress_double_1D_MDQ_ts(double *oriData, size_t dataLength, sz_multisteps* multisteps, |
---|
20 | double realPrecision, double valueRangeSize, double medianValue_d); |
---|
21 | |
---|
22 | #ifdef __cplusplus |
---|
23 | } |
---|
24 | #endif |
---|
25 | |
---|
26 | #endif /* ----- #ifndef _SZ_Double_TS_H ----- */ |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.