My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
libpolys
polys
pCoeff.h
Go to the documentation of this file.
1
// emacs edit mode for this file is -*- C++ -*-
2
#ifndef PCOEFF_H
3
#define PCOEFF_H
4
/****************************************
5
* Computer Algebra System SINGULAR *
6
****************************************/
7
/*
8
* ABSTRACT: access single (coeffs of) monoms
9
*/
10
11
#include "
misc/auxiliary.h
"
12
13
#include "
coeffs/coeffs.h
"
14
15
#include "
polys/monomials/p_polys.h
"
16
17
#include "
simpleideals.h
"
18
19
/// find coeff of (polynomial) m in polynomial p
20
/// find coeff of (vector) m in vector p
21
number
p_CoeffTerm
(poly
p
, poly
m
,
const
ring r);
22
23
/// find vector of coeffs of (polynomial) m in vector v
24
poly
p_CoeffTermV
(poly
v
, poly
m
,
const
ring r);
25
26
/// find coeffs of (polynomial) m in all polynomials from I
27
/// find coeffs of (vector) m in all vectors from I
28
ideal
id_CoeffTerm
(ideal I, poly
m
,
const
ring r);
29
30
/// find coeffs of (polynomial) m in all vectors from I
31
ideal
id_CoeffTermV
(ideal
M
, poly
m
,
const
ring r);
32
33
/// find coeffs of a vector of a list of given monomials, n>=max_comp(v)
34
poly
p_CoeffTermId
(poly
v
, ideal
m
,
int
n,
const
ring r);
35
36
/// find coeffs of a vector of a matrix(as module) of given monomials
37
poly
p_CoeffTermMo
(poly
v
, ideal
m
,
const
ring r);
38
#endif
auxiliary.h
All the auxiliary stuff.
m
int m
Definition
cfEzgcd.cc:128
p
int p
Definition
cfModGcd.cc:4086
coeffs.h
Coefficient rings, fields and other domains suitable for Singular polynomials.
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition
facBivar.h:39
p_CoeffTermId
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
pCoeff.cc:86
p_CoeffTerm
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
pCoeff.cc:22
id_CoeffTermV
ideal id_CoeffTermV(ideal M, poly m, const ring r)
find coeffs of (polynomial) m in all vectors from I
Definition
pCoeff.cc:75
id_CoeffTerm
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...
Definition
pCoeff.cc:63
p_CoeffTermV
poly p_CoeffTermV(poly v, poly m, const ring r)
find vector of coeffs of (polynomial) m in vector v
Definition
pCoeff.cc:39
p_CoeffTermMo
poly p_CoeffTermMo(poly v, ideal m, const ring r)
find coeffs of a vector of a matrix(as module) of given monomials
Definition
pCoeff.cc:113
p_polys.h
simpleideals.h
M
#define M
Definition
sirandom.c:25
Generated on
for My Project by
doxygen 1.17.0
for
Singular