Other operations on coefficients
- Function: void ap_coeff_neg (ap_coeff_t* rop, ap_coeff_t* op)
- Negation.
- Function: void ap_coeff_swap (ap_coeff_t* op1, ap_coeff_t* op2)
- Exchange the values of op1 and op2.
- Function: int ap_coeff_hash (ap_coeff_t* op)
- Return an hash code (for instance for OCaml interface).
- Function: void ap_coeff_fprint (FILE* stream, ap_coeff_t* op)
- Print op on the stream stream.
This document was generated
by Bertrand Jeannet on December, 22 2009
using texi2html