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

Linear expressions of level 1 (`ap_linexpr1.h')

datatype: ap_linexpr1_t
(Internal) type of interval linear expressions.

Linear expressions of level 1 are created as objects of type ap_linexpr1_t, not as pointers of type ap_linexpr1_t*.

For information:
 
typedef struct ap_linexpr1_t {
  ap_linexpr0_t* linexpr0;
  ap_environment_t* env;
} ap_linexpr1_t;

Allocating linear expressions of level 1  
Tests on linear expressions of level 1  
Access to linear expressions of level 1  
Change of dimensions and permutations of linear expressions of level 1  



This document was generated on December, 22 2006 using texi2html