Exports
| CopyableType | ||
| UnivariateFreeAlgebra R | ||
| coerce: | Vector R |
Create a polynomial |
| companion: | % |
Companion matrix |
| degree: | % |
The degree of a polynomial |
| generator: | % |
Make an iterator |
| leadingCoefficient: | % |
The leading coefficient |
| leadingMonomial: | % |
The leading term |
| monomial!: | (%, R, Z) |
In-place monomial |
| momonial?: | % |
Test for a monomial |
| reductum: | % |
All terms except the leading one |
| revert: | % |
Left-Right reversion |
| terms: | % |
Make an iterator |
| times: | (%, %, Z, Z) |
Partial product |
| trailingCoefficient: | % |
The lowest coefficient |
| trailingDegree: | % |
Degree of the lowest term |
| trailingMonomial: | % |
The lowest term |
| vectorize!: | Vector R |
Conversion to a vector |
| MON | == | Cross(R, Z) |
| Z | == | Integer |
| content: | % |
Polynomial content |
| (%, Automorphism R) |
||
| primitive: | % |
Content and primitive part |
| (%, Automorphism R) |
||
| primitivePart: | % |
Primitive part |
| (%, Automorphism R) |
| CharacteristicZero |
| FiniteCharacteristic |
| SerializableType |