![]() |
My Project
|
#include "misc/auxiliary.h"
#include "misc/mylimits.h"
#include "misc/options.h"
#include "reporter/reporter.h"
#include "misc/intvec.h"
#include "coeffs/numbers.h"
#include "monomials/ring.h"
#include "monomials/p_polys.h"
#include "simpleideals.h"
#include "sparsmat.h"
#include "prCopy.h"
#include "templates/p_Procs.h"
#include "kbuckets.h"
#include "operations/p_Mult_q.h"
Go to the source code of this file.
Data Structures | |
struct | sm_prec |
class | sparse_mat |
struct | sm_nrec |
class | sparse_number_mat |
Macros | |
#define | SM_MIN_LENGTH_BUCKET MIN_LENGTH_BUCKET - 5 |
Typedefs | |
typedef sm_prec * | smpoly |
typedef sm_nrec * | smnumber |
Variables | |
VAR omBin | smprec_bin = omGetSpecBin(sizeof(smprec)) |
STATIC_VAR omBin | smnrec_bin = omGetSpecBin(sizeof(smnrec)) |
struct smprec |
struct smnrec |
Definition at line 2258 of file sparsmat.cc.
Data Fields | ||
---|---|---|
number | m | |
smnumber | n | |
int | pos |
#define SM_MIN_LENGTH_BUCKET MIN_LENGTH_BUCKET - 5 |
Definition at line 40 of file sparsmat.cc.
Definition at line 2257 of file sparsmat.cc.
Definition at line 46 of file sparsmat.cc.
|
static |
Definition at line 76 of file sparsmat.cc.
Definition at line 347 of file sparsmat.cc.
Definition at line 302 of file sparsmat.cc.
Definition at line 2316 of file sparsmat.cc.
Definition at line 2223 of file sparsmat.cc.
Definition at line 1973 of file sparsmat.cc.
Definition at line 2076 of file sparsmat.cc.
Definition at line 1851 of file sparsmat.cc.
Definition at line 188 of file sparsmat.cc.
Definition at line 1931 of file sparsmat.cc.
Definition at line 2020 of file sparsmat.cc.
Definition at line 2204 of file sparsmat.cc.
Definition at line 1906 of file sparsmat.cc.
Definition at line 289 of file sparsmat.cc.
Definition at line 1759 of file sparsmat.cc.
Definition at line 2825 of file sparsmat.cc.
Definition at line 2845 of file sparsmat.cc.
Definition at line 2175 of file sparsmat.cc.
Definition at line 258 of file sparsmat.cc.
Definition at line 98 of file sparsmat.cc.
Definition at line 1840 of file sparsmat.cc.
Definition at line 2889 of file sparsmat.cc.
Definition at line 2085 of file sparsmat.cc.
Definition at line 2834 of file sparsmat.cc.
STATIC_VAR omBin smnrec_bin = omGetSpecBin(sizeof(smnrec)) |
Definition at line 2264 of file sparsmat.cc.
VAR omBin smprec_bin = omGetSpecBin(sizeof(smprec)) |
Definition at line 74 of file sparsmat.cc.