[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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