IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2014, 7:40:51 AM (12 years ago)
Author:
eugene
Message:

adding more gsl code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/gsl_utils.h

    r37533 r37534  
    88# define GSL_IS_ODD(n) ((n) & 1)
    99
     10typedef 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.