Other operations on coefficients
- Function: void ap_coeff_neg (ap_coeff_t* rop, const 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 (const ap_coeff_t* op)
- Return an hash code (for instance for OCaml interface).
- Function: void ap_coeff_fprint (FILE* stream, const ap_coeff_t* op)
- Print op on the stream stream.
This document was generated
on December, 22 2006
using texi2html