My Project
|
#include "misc/auxiliary.h"
#include "coeffs/coeffs.h"
#include "coeffs/longrat.h"
#include "polys/monomials/p_polys.h"
#include "polys/pCoeff.h"
#include "simpleideals.h"
Go to the source code of this file.
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... | |
poly | p_CoeffTermId (poly v, ideal m, int n, const ring r) |
find coeffs of a vector of a list of given monomials, n>=max_comp(v) More... | |
poly | p_CoeffTermMo (poly v, ideal m, int n, const ring r) |
find coeffs of a vector of a matrix(module) of given monomials, n>=max_comp(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
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.
poly p_CoeffTermId | ( | poly | v, |
ideal | m, | ||
int | n, | ||
const ring | r | ||
) |
find coeffs of a vector of a list of given monomials, n>=max_comp(v)
Definition at line 86 of file pCoeff.cc.
poly p_CoeffTermMo | ( | poly | v, |
ideal | m, | ||
int | n, | ||
const ring | r | ||
) |
find coeffs of a vector of a matrix(module) of given monomials, n>=max_comp(v)
find coeffs of a vector of a matrix(as module) of given monomials, n>=max_comp(v)
Definition at line 113 of file pCoeff.cc.