Go to the source code of this file.
Functions | |
void | Factorial () |
void | Binomial () |
void | CNP () |
void | Gcd () |
int | First_Non_Zero () |
Vector * | Vector_Alloc () |
void | Vector_Free () |
void | Vector_Print () |
Vector * | Vector_Read () |
void | Vector_Set () |
void | Vector_Exchange () |
void | Vector_Copy () |
void | Vector_Add () |
void | Vector_Sub () |
void | Vector_Or () |
void | Vector_Scale () |
void | Vector_AntiScale () |
void | Inner_Product () |
void | Vector_Max () |
void | Vector_Min () |
void | Vector_Combine () |
int | Vector_Equal () |
void | Vector_Min_Not_Zero () |
void | Vector_Gcd () |
void | Vector_Map () |
void | Vector_Normalize () |
void | Vector_Normalize_Positive () |
void | Vector_Reduce () |
void | Vector_Sort () |
|
|
|
|
|
Referenced by Binomial(). |
|
|
|
|
Referenced by lower_upper_bounds(). |
|
|
|
Referenced by Orthogonal_Base(), Polyhedron_Image_Enumerate(), SolveDiophantine(), and Vector_Read(). |
|
Referenced by Rays_Mult(), and Rays_Mult_Transpose(). |
|
Referenced by Combine(), GaussSimplify(), and old_Polyhedron_Preprocess(). |
|
|
|
|
Referenced by Chernikova(), Gauss4(), GaussSimplify(), hermite(), RaySort(), and Remove_Redundants(). |
|
Referenced by findHermiteBasis(), LatticeIntersection(), LatticePreimage(), main(), and Polyhedron_Image_Enumerate(). |
|
Referenced by Gauss4(), GaussSimplify(), MatInverse(), Matrix_Inverse(), Orthogonal_Base(), Rays_Mult(), Rays_Mult_Transpose(), Vector_Normalize(), and Vector_Normalize_Positive(). |
|
|
|
|
|
|
|
Referenced by Vector_Gcd(). |
|
Referenced by Combine(), GaussSimplify(), and old_Polyhedron_Preprocess(). |
|
Referenced by MatInverse(), and rat_prodmat(). |
|
|
|
Referenced by main(). |
|
Definition at line 198 of file vector.c. References errormsg1(), Vector::p, Value, value_read, and Vector_Alloc(). |
|
|
|
|
|
|
|
|
|