![]() |
My Project
UNKNOWN_GIT_VERSION
|
#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 114 of file tgbgauss.cc.
int mac_length | ( | mac_poly | p | ) |
Definition at line 103 of file tgbgauss.cc.
void mac_mult_cons | ( | mac_poly | p, |
number | c | ||
) |
Definition at line 92 of file tgbgauss.cc.
Definition at line 17 of file tgbgauss.cc.
Definition at line 684 of file tgbgauss.cc.
void simple_gauss | ( | tgb_sparse_matrix * | mat, |
slimgb_alg * | |||
) |
Definition at line 126 of file tgbgauss.cc.
void simple_gauss2 | ( | tgb_matrix * | mat | ) |
Definition at line 366 of file tgbgauss.cc.
|
static |
Definition at line 15 of file tgbgauss.cc.