![]() |
#include <kernel/mod2.h>#include <misc/options.h>#include <kernel/GBEngine/tgbgauss.h>#include <omalloc/omalloc.h>#include <stdlib.h>#include <kernel/GBEngine/kutil.h>#include <kernel/polys.h>Go to the source code of this file.
Functions | |
| mac_poly | mac_p_add_ff_qq (mac_poly a, number f, mac_poly b) |
| void | mac_mult_cons (mac_poly p, number c) |
| int | mac_length (mac_poly p) |
| void | mac_destroy (mac_poly p) |
| void | simple_gauss (tgb_sparse_matrix *mat, slimgb_alg *) |
| void | simple_gauss2 (tgb_matrix *mat) |
| static int | row_cmp_gen (const void *a, const void *b) |
Variables | |
| static const int | bundle_size =100 |
| void mac_destroy | ( | mac_poly | p | ) |
Definition at line 116 of file tgbgauss.cc.
Definition at line 105 of file tgbgauss.cc.
| void mac_mult_cons | ( | mac_poly | p, |
| number | c | ||
| ) |
Definition at line 94 of file tgbgauss.cc.
Definition at line 19 of file tgbgauss.cc.
Definition at line 686 of file tgbgauss.cc.
| void simple_gauss | ( | tgb_sparse_matrix * | mat, |
| slimgb_alg * | |||
| ) |
Definition at line 128 of file tgbgauss.cc.
| void simple_gauss2 | ( | tgb_matrix * | mat | ) |
Definition at line 368 of file tgbgauss.cc.
Definition at line 17 of file tgbgauss.cc.