edu.jas.application
Class PrimitiveElement<C extends GcdRingElem<C>>
- java.lang.Object
-
- edu.jas.application.PrimitiveElement<C>
-
- All Implemented Interfaces:
- java.io.Serializable
public class PrimitiveElement<C extends GcdRingElem<C>> extends java.lang.Object implements java.io.SerializableContainer for primitive elements.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description AlgebraicNumber<C>AThe representation of the first algebraic element in the new ring.AlgebraicNumberRing<C>AringThe first algebraic ring.AlgebraicNumber<C>BThe representation of the second algebraic element in the new ring.AlgebraicNumberRing<C>BringThe second algebraic ring.AlgebraicNumberRing<C>primitiveElemThe primitive element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoScript()Get a scripting compatible string representation.java.lang.StringtoString()String representation of the ideal.
-
-
-
Field Detail
-
primitiveElem
public final AlgebraicNumberRing<C extends GcdRingElem<C>> primitiveElem
The primitive element.
-
A
public final AlgebraicNumber<C extends GcdRingElem<C>> A
The representation of the first algebraic element in the new ring.
-
B
public final AlgebraicNumber<C extends GcdRingElem<C>> B
The representation of the second algebraic element in the new ring.
-
Aring
public final AlgebraicNumberRing<C extends GcdRingElem<C>> Aring
The first algebraic ring.
-
Bring
public final AlgebraicNumberRing<C extends GcdRingElem<C>> Bring
The second algebraic ring.
-
-
Method Detail
-
toString
public java.lang.String toString()
String representation of the ideal.- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
toScript
public java.lang.String toScript()
Get a scripting compatible string representation.- Returns:
- script compatible representation for this Element.
- See Also:
Element.toScript()
-
-
DMelt 3.0 © DataMelt by jWork.ORG