"calib/calib.h"
Header."calib/cputime.h"
Header."calib/fatal.h"
Header."calib/gmpmisc.h"
Header."calib/lll.h"
Header."calib/logic.h"
Header."calib/new.h"
Header."calib/prompt.h"
Header."calib/random.h"
Header."calib/shutdown.h"
Header.Next: Introduction, Up: (dir) [Contents][Index]
CALIB stands for Computer Algebra LIBrary. It is a software library that can be invoked by and linked with other programs, providing various algorithms performing algebraic operations. Unlike typical programming languages or calculators (that perform arithmetic only on “numbers”), CALIB’s operations are symbolic — like one would work algebra or calculus problems using pencil and paper.
• Introduction: | The CALIB Library. | |
• Installation: | Building and Installing CALIB. | |
• CALIB Basics: | Basic Conventions for using CALIB. | |
• Z and Q: | The Integer (Z) and Rational (Q) numbers. | |
• Genrep: | The CALIB General Representation. | |
• Zp: | The Integers Modulo a Prime p. | |
• GFpk: | The Galois Field GF(p^k). | |
• Za: | The Ring Z(a). | |
• Qa: | The Field Q(a). | |
• Zx: | The Polynomial Ring Z[x]. | |
• Zxyz: | The Polynomial Ring Z[x,y,z,...]. | |
• Qx: | The Polynomial Ring Q[x]. | |
• Zpx: | The Polynomial Ring Zp[x]. | |
• GFpkx: | The Polynomial Ring GF(p^k)[x]. | |
• Zax: | The polynomial Ring Z(a)[x]. | |
• Qax: | The polynomial Ring Q(a)[x]. | |
• rat: | The Rational Functions Z[x,y,z] / Z[x,y,z]. | |
• calib.h: | The "calib/calib.h" Header.
| |
• cputime.h: | The "calib/cputime.h" Header.
| |
• fatal.h: | The "calib/fatal.h" Header.
| |
• gmpmisc.h: | The "calib/gmpmisc.h" Header.
| |
• lll.h: | The "calib/lll.h" Header.
| |
• logic.h: | The "calib/logic.h" Header.
| |
• new.h: | The "calib/new.h" Header.
| |
• prompt.h: | The "calib/prompt.h" Header.
| |
• random.h: | The "calib/random.h" Header.
| |
• shutdown.h: | The "calib/shutdown.h" Header.
| |
• Sample Applications: | Sample Applications Using CALIB | |
• Function Index: | ||
• Index: | ||
Next: Introduction, Up: (dir) [Contents][Index]