![]() |
My Project
|
#include "misc/auxiliary.h"#include "coeffs/coeffs.h"#include "polys/monomials/p_polys.h"#include "simpleideals.h"Go to the source code of this file.
Macros | |
| #define | PCOEFFH |
Functions | |
| number | p_CoeffTerm (poly p, poly m, const ring r) |
| find coeff of (polynomial) m in polynomial p find coeff of (vector) m in vector p More... | |
| poly | p_CoeffTermV (poly v, poly m, const ring r) |
| find vector of coeffs of (polynomial) m in vector v More... | |
| ideal | id_CoeffTerm (ideal I, poly m, const ring r) |
| find coeffs of (polynomial) m in all polynomials from I find coeffs of (vector) m in all vectors from I More... | |
| ideal | id_CoeffTermV (ideal M, poly m, const ring r) |
| find coeffs of (polynomial) m in all vectors from I More... | |
| ideal id_CoeffTerm | ( | ideal | I, |
| poly | m, | ||
| const ring | r | ||
| ) |
find coeffs of (polynomial) m in all polynomials from I find coeffs of (vector) m in all vectors from I
Definition at line 63 of file pCoeff.cc.
| ideal id_CoeffTermV | ( | ideal | M, |
| poly | m, | ||
| const ring | r | ||
| ) |
find coeffs of (polynomial) m in all vectors from I
Definition at line 75 of file pCoeff.cc.
| number p_CoeffTerm | ( | poly | p, |
| poly | m, | ||
| const ring | r | ||
| ) |
find coeff of (polynomial) m in polynomial p find coeff of (vector) m in vector p
Definition at line 22 of file pCoeff.cc.