| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
11.2 Include files
Here is a summary of the include files and their contents.
<cln/object.h>General definitions, reference counting, garbage collection.
<cln/number.h>The class cl_number.
<cln/complex.h>Functions for class cl_N, the complex numbers.
<cln/real.h>Functions for class cl_R, the real numbers.
<cln/float.h>Functions for class cl_F, the floats.
<cln/sfloat.h>Functions for class cl_SF, the short-floats.
<cln/ffloat.h>Functions for class cl_FF, the single-floats.
<cln/dfloat.h>Functions for class cl_DF, the double-floats.
<cln/lfloat.h>Functions for class cl_LF, the long-floats.
<cln/rational.h>Functions for class cl_RA, the rational numbers.
<cln/integer.h>Functions for class cl_I, the integers.
<cln/io.h>Input/Output.
<cln/complex_io.h>Input/Output for class cl_N, the complex numbers.
<cln/real_io.h>Input/Output for class cl_R, the real numbers.
<cln/float_io.h>Input/Output for class cl_F, the floats.
<cln/sfloat_io.h>Input/Output for class cl_SF, the short-floats.
<cln/ffloat_io.h>Input/Output for class cl_FF, the single-floats.
<cln/dfloat_io.h>Input/Output for class cl_DF, the double-floats.
<cln/lfloat_io.h>Input/Output for class cl_LF, the long-floats.
<cln/rational_io.h>Input/Output for class cl_RA, the rational numbers.
<cln/integer_io.h>Input/Output for class cl_I, the integers.
<cln/input.h>Flags for customizing input operations.
<cln/output.h>Flags for customizing output operations.
<cln/malloc.h>malloc_hook,free_hook.<cln/exception.h>Exception base class.
<cln/condition.h>Conditions.
<cln/string.h>Strings.
<cln/symbol.h>Symbols.
<cln/proplist.h>Property lists.
<cln/ring.h>General rings.
<cln/null_ring.h>The null ring.
<cln/complex_ring.h>The ring of complex numbers.
<cln/real_ring.h>The ring of real numbers.
<cln/rational_ring.h>The ring of rational numbers.
<cln/integer_ring.h>The ring of integers.
<cln/numtheory.h>Number threory functions.
<cln/modinteger.h>Modular integers.
<cln/V.h>Vectors.
<cln/GV.h>General vectors.
<cln/GV_number.h>General vectors over cl_number.
<cln/GV_complex.h>General vectors over cl_N.
<cln/GV_real.h>General vectors over cl_R.
<cln/GV_rational.h>General vectors over cl_RA.
<cln/GV_integer.h>General vectors over cl_I.
<cln/GV_modinteger.h>General vectors of modular integers.
<cln/SV.h>Simple vectors.
<cln/SV_number.h>Simple vectors over cl_number.
<cln/SV_complex.h>Simple vectors over cl_N.
<cln/SV_real.h>Simple vectors over cl_R.
<cln/SV_rational.h>Simple vectors over cl_RA.
<cln/SV_integer.h>Simple vectors over cl_I.
<cln/SV_ringelt.h>Simple vectors of general ring elements.
<cln/univpoly.h>Univariate polynomials.
<cln/univpoly_integer.h>Univariate polynomials over the integers.
<cln/univpoly_rational.h>Univariate polynomials over the rational numbers.
<cln/univpoly_real.h>Univariate polynomials over the real numbers.
<cln/univpoly_complex.h>Univariate polynomials over the complex numbers.
<cln/univpoly_modint.h>Univariate polynomials over modular integer rings.
<cln/timing.h>Timing facilities.
<cln/cln.h>Includes all of the above.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on August 27, 2013 using texi2html 5.0.
