- Timestamp:
- Oct 29, 2014, 7:40:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/gsl_utils.h
r37533 r37534 8 8 # define GSL_IS_ODD(n) ((n) & 1) 9 9 10 typedef struct { 11 double *c; /* coefficients */ 12 int order; /* order of expansion */ 13 double a; /* lower interval point */ 14 double b; /* upper interval point */ 15 int order_sp; /* effective single precision order */ 16 } cheb_series; 17
Note:
See TracChangeset
for help on using the changeset viewer.
