![]() |
#include <misc/auxiliary.h>
#include <factory/factory.h>
#include <misc/options.h>
#include <polys/monomials/p_polys.h>
#include <polys/kbuckets.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 271 of file p_Mult_q.cc.
|
static |
Definition at line 66 of file p_Mult_q.cc.
Definition at line 189 of file p_Mult_q.cc.
Definition at line 161 of file p_Mult_q.cc.
Definition at line 27 of file p_Mult_q.cc.