C4eElemTriple Struct Reference

A triple of elements and it's attribute(s). More...

#include <c4e_elements.h>

Data Fields

C4eElement x
C4eElement y
C4eElement z
C4eArchUint attr

Detailed Description

A triple of elements and it's attribute(s).

See also:
C4eElement, c4e_poly_gcd(), c4e_bigint_gcd(), c4e_modn_crt()

Definition at line 93 of file c4e_elements.h.


Field Documentation

first element (e.g. argument for GCD)

Definition at line 95 of file c4e_elements.h.

second element (e.g. Bezout cofactor in GCD)

Definition at line 96 of file c4e_elements.h.

third element (e.g. coprime part in GCD)

Definition at line 97 of file c4e_elements.h.

attribute (e.g. neg. sign of cofactor in GCD)

Definition at line 98 of file c4e_elements.h.


The documentation for this struct was generated from the following file: