Documentation ¶
Index ¶
- func EuclideanAlgorithm(a, b Poly, R int) (sigma Poly, omega Poly, err error)
- type Poly
- func (p Poly) Add(q Poly) Poly
- func (p Poly) Coefficient(degree int) element.Element
- func (p Poly) Degree() int
- func (p Poly) Eval(x element.Element) element.Element
- func (p Poly) Mul(q Poly) Poly
- func (p Poly) MulElement(v element.Element) Poly
- func (p Poly) MulMonomial(degree int, coefficient element.Element) Poly
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.