public class AlgebraicExtensionElement extends FreeGroupElement
AlgebraicExtension,
Serialized Form| Constructor and Description |
|---|
AlgebraicExtensionElement(AlgebraicExtension K,
Number[] coeffs)
An element of the algebraic extension K(t).
|
| Modifier and Type | Method and Description |
|---|---|
protected Polynomial |
valueOf(Number[] lcoeffs)
sub classes should overwrite this to make the correct type.
|
getComplexValueadd, calculateComplexValue, calculateValue, div, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, isConstantPoly, longValue, mul, pow, setCoeffs, sub, toStringbyteValue, shortValuepublic AlgebraicExtensionElement(AlgebraicExtension K, Number[] coeffs)
K - the algebraic extension.coeffs - array of coefficients for this algebraic number. c0 + c1 t + ... + cn t^nprotected Polynomial valueOf(Number[] lcoeffs)
valueOf in class FreeGroupElementCopyright © 2018. All rights reserved.