![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include "misc/auxiliary.h"
#include "factory/factory.h"
#include "misc/options.h"
#include "coeffs/numbers.h"
#include "polys/monomials/p_polys.h"
#include "polys/kbuckets.h"
#include "polys/clapsing.h"
#include "polys/templates/p_Procs.h"
#include "polys/templates/p_MemCmp.h"
#include "polys/templates/p_MemAdd.h"
#include "polys/templates/p_MemCopy.h"
#include "p_Mult_q.h"
Go to the source code of this file.
Functions | |
BOOLEAN | pqLength (poly p, poly q, int &lp, int &lq, const int min) |
static poly | _p_Mult_q_Bucket (poly p, const int lp, poly q, const int lq, const int copy, const ring r) |
static poly | _p_Mult_q_Normal_ZeroDiv (poly p, poly q, const int copy, const ring r) |
static poly | _p_Mult_q_Normal (poly p, poly q, const int copy, const ring r) |
poly | _p_Mult_q (poly p, poly q, const int copy, const ring r) |
Returns: p * q, Destroys: if !copy then p, q Assumes: pLength(p) >= 2 pLength(q) >=2. More... | |
Returns: p * q, Destroys: if !copy then p, q Assumes: pLength(p) >= 2 pLength(q) >=2.
Definition at line 273 of file p_Mult_q.cc.
|
static |
Definition at line 68 of file p_Mult_q.cc.
Definition at line 191 of file p_Mult_q.cc.
Definition at line 163 of file p_Mult_q.cc.
Definition at line 29 of file p_Mult_q.cc.