Package edu.jas.structure
package edu.jas.structure
Basic structural interfaces.
This package
contains interfaces for the most general algebraic structures used in JAS,
e.g. RingElem and RingFactory.
The Power class implements exponentiation of monoid and ring elements.
RingElem, Ring and polynomial overview
Heinz Kredel
Last modified: Sun Sep 21 18:29:11 CEST 2014
$Id$
-
ClassDescriptionAbelianGroupElem<C extends AbelianGroupElem<C>>Abelian group element interface.AbelianGroupFactory<C extends AbelianGroupElem<C>>Abelian group factory interface.Algabra element interface.Algebra factory interface.Binary functor interface.Element interface.ElemFactory<C extends Element<C>>Element factory interface.Field element interface.FieldFactory<C extends RingElem<C>>Field factory interface.GcdRingElem<C extends GcdRingElem<C>>Gcd ring element interface.Module element interface.Module factory interface.MonoidElem<C extends MonoidElem<C>>Monoid element interface.MonoidFactory<C extends MonoidElem<C>>Monoid factory interface.NoncomRingElem<C extends NoncomRingElem<C>>Non-commutative ring element interface.NotDivisibleException class.NotInvertibleException class.Power class to compute powers of RingElem.Quotient pair interface.Quotient pair factory interface.RegularRingElem<C extends RegularRingElem<C>>Regular ring element interface.Ring element interface.RingFactory<C extends RingElem<C>>Ring factory interface.Selector interface.StarRingElem<C extends StarRingElem<C>>Star ring element interface.Unary functor interface.Value interface.Value factory interface.