[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Coefficients (`ap_coeff.h')

datatype: ap_coeff_discr_t
 
typedef enum ap_coeff_discr_t { AP_COEFF_SCALAR, AP_COEFF_INTERVAL }
ap_coeff_discr_t;
Discriminant indicating the underlying type of a coefficient.

datatype: ap_coeff_t
 
typedef struct ap_coeff_t {
  ap_coeff_discr_t discr;
  union {
    ap_scalar_t* scalar;
    ap_interval_t* interval;
  } val;
} ap_coeff_t;
A coefficient is either a scalar or an interval.

Initializing coefficients  
Assigning coefficients  
Comparing coefficients  
Other operations on coefficients  



This document was generated on September, 10 2009 using texi2html