#include <stdlib.h>
#include <polylib/polylib.h>
Go to the source code of this file.
Functions | |
void | Lcm3 (Value a, Value b, Value *c) |
Value * | Lcm (Value i, Value j) |
Matrix * | Identity (unsigned size) |
void | ExchangeRows (Matrix *M, int Row1, int Row2) |
void | ExchangeColumns (Matrix *M, int Column1, int Column2) |
Matrix * | Transpose (Matrix *A) |
Matrix * | Matrix_Copy (Matrix *Src) |
Bool | isIntegral (Matrix *A) |
Bool | isinHnf (Matrix *A) |
void | PutRowLast (Matrix *X, int Rownumber) |
void | PutRowFirst (Matrix *X, int Rownumber) |
void | PutColumnFirst (Matrix *X, int Columnnumber) |
void | PutColumnLast (Matrix *X, int Columnnumber) |
Matrix * | AddANullRow (Matrix *M) |
Matrix * | AddANullColumn (Matrix *M) |
Matrix * | RemoveRow (Matrix *M, int Rownumber) |
Matrix * | RemoveColumn (Matrix *M, int Columnnumber) |
int | findHermiteBasis (Matrix *M, Matrix **Result) |
|
Definition at line 276 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, value_assign, and value_set_si. |
|
Definition at line 258 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, value_assign, and value_set_si. |
|
Definition at line 76 of file Matop.c. References Matrix, matrix::NbRows, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 58 of file Matop.c. References Matrix, matrix::NbColumns, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 332 of file Matop.c. References AddANullColumn(), AddANullRow(), Hermite(), Identity(), Matrix, Matrix_Alloc(), Matrix_Copy(), Matrix_Free(), matrix::NbColumns, matrix::NbRows, matrix::p, RemoveRow(), SolveDiophantine(), Transpose(), value_assign, value_notzero_p, value_zero_p, and Vector_Free(). |
|
Definition at line 41 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::p, size, and value_set_si. |
|
Definition at line 148 of file Matop.c. References Bool, False, Homogenise(), Matrix, Matrix_Free(), matrix::NbColumns, matrix::NbRows, matrix::p, True, Value, value_assign, value_clear, value_ge, value_init, and value_notzero_p. |
|
Definition at line 125 of file Matop.c. References Bool, False, Matrix, matrix::NbColumns, matrix::NbRows, matrix::p, True, Value, value_assign, value_clear, value_init, value_modulus, and value_notzero_p. |
|
Definition at line 28 of file Matop.c. References Lcm3(), Value, and value_init. |
|
Definition at line 5 of file Matop.c. References Gcd(), Value, value_absolute, value_assign, value_clear, value_division, value_init, value_multiply, and value_zero_p. Referenced by affine_periods(), Ehrhart_Quick_Apx_Full_Dim(), eliminate_var_with_constr(), FindHermiteBasisofDomain(), Lcm(), and mtransformation_inverse(). |
|
Definition at line 109 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, and value_assign. |
|
Definition at line 220 of file Matop.c. References Matrix, matrix::NbRows, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 239 of file Matop.c. References Matrix, matrix::NbColumns, matrix::NbRows, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 200 of file Matop.c. References Matrix, matrix::NbColumns, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 178 of file Matop.c. References Matrix, matrix::NbColumns, matrix::NbRows, matrix::p, Value, value_assign, value_clear, and value_init. |
|
Definition at line 311 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, and Vector_Copy(). |
|
Definition at line 293 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, and Vector_Copy(). |
|
Definition at line 94 of file Matop.c. References Matrix, Matrix_Alloc(), matrix::NbColumns, matrix::NbRows, matrix::p, and value_assign. |