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 () |
int | Vector_IsZero () |
|
|
|
|
|
Referenced by Binomial(). |
|
Referenced by Constraints2Polyhedron(), Constraints_Remove_parm_eqs(), ImplicitEqualities(), and Remove_Redundants(). |
|
|
Referenced by lower_upper_bounds(), and test_Constraints_fullDimensionize(). |
|
|
|
Referenced by DomainConstraintSimplify(), Orthogonal_Base(), Param_Polyhedron_Scale_Integer(), Polyhedron_Image_Enumerate(), Remove_Redundants(), SolveDiophantine(), and Vector_Read(). |
|
Referenced by ConstraintSimplify(), Rays_Mult(), and Rays_Mult_Transpose(). |
|
Referenced by Combine(), GaussSimplify(), and old_Polyhedron_Preprocess(). |
|
|
Referenced by Remove_Redundants(). |
|
Referenced by Chernikova(), Gauss4(), GaussSimplify(), hermite(), RaySort(), Remove_Redundants(), and SortConstraints(). |
|
|
|
Referenced by eliminable_vars(), and int_ker(). |
|
|
|
|
|
|
|
Referenced by Vector_Gcd(). |
|
Referenced by Combine(), GaussSimplify(), old_Polyhedron_Preprocess(), and Param_Polyhedron_Scale_Integer(). |
|
Referenced by MatInverse(), and rat_prodmat(). |
|
|
|
Referenced by main(). |
|
Definition at line 198 of file vector.c. References errormsg1(), Vector::p, p, value_read, and Vector_Alloc(). |
|
|
|
Referenced by Param_Polyhedron_Scale_Integer(), and Remove_Redundants(). |
|
|
|
|
|