![]() |
Go to the source code of this file.
Data Structures | |
class | row_col_weight |
class | mp_permmatrix |
Typedefs | |
typedef int | perm[100] |
Functions | |
static void | mpReplace (int j, int n, int &sign, int *perm) |
perform replacement for pivot strategy in Bareiss algorithm change sign of determinant More... | |
static int | mpNextperm (perm *z, int max) |
static poly | mp_Leibnitz (matrix a, const ring) |
static poly | minuscopy (poly p, const ring) |
static poly | p_Insert (poly p1, poly p2, const ring) |
static void | mp_PartClean (matrix, int, int, const ring) |
static int | mp_PrepareRow (matrix, int, int, const ring) |
static int | mp_PreparePiv (matrix, int, int, const ring) |
static int | mp_PivBar (matrix, int, int, const ring) |
static int | mp_PivRow (matrix, int, int, const ring) |
static float | mp_PolyWeight (poly, const ring) |
static void | mp_SwapRow (matrix, int, int, int, const ring) |
static void | mp_SwapCol (matrix, int, int, int, const ring) |
static void | mp_ElimBar (matrix, matrix, poly, int, int, const ring) |
static void | mpSwapRow (matrix a, int pos, int lr, int lc) |
static void | mpSwapCol (matrix a, int pos, int lr, int lc) |
poly | mp_Det (matrix m, const ring R) |
typedef int perm[100] |
Definition at line 1 of file linalg_from_matpol.cc.
Definition at line 232 of file linalg_from_matpol.cc.
Definition at line 248 of file linalg_from_matpol.cc.
Definition at line 918 of file linalg_from_matpol.cc.
Definition at line 885 of file linalg_from_matpol.cc.
Definition at line 49 of file linalg_from_matpol.cc.
Definition at line 79 of file linalg_from_matpol.cc.
Definition at line 107 of file linalg_from_matpol.cc.
Definition at line 36 of file linalg_from_matpol.cc.
Definition at line 22 of file linalg_from_matpol.cc.
|
static |
Definition at line 833 of file linalg_from_matpol.cc.
|
static |
perform replacement for pivot strategy in Bareiss algorithm change sign of determinant
Definition at line 820 of file linalg_from_matpol.cc.
|
static |
Definition at line 153 of file linalg_from_matpol.cc.
|
static |
Definition at line 137 of file linalg_from_matpol.cc.