Documentation of 'edu.jas.ps.MultiVarPowerSeries' Java class
MultiVarPowerSeries
edu.jas.ps

Class MultiVarPowerSeries<C extends RingElem<C>>

  • Type Parameters:
    C - ring element type
    All Implemented Interfaces:
    AbelianGroupElem<MultiVarPowerSeries<C>>, Element<MultiVarPowerSeries<C>>, MonoidElem<MultiVarPowerSeries<C>>, RingElem<MultiVarPowerSeries<C>>, java.io.Serializable, java.lang.Comparable<MultiVarPowerSeries<C>>


    public class MultiVarPowerSeries<C extends RingElem<C>>
    extends java.lang.Object
    implements RingElem<MultiVarPowerSeries<C>>
    Multivariate power series implementation. Uses inner classes and lazy evaluated generating function for coefficients. All ring element methods use lazy evaluation except where noted otherwise. Eager evaluated methods are toString(), compareTo(), equals(), evaluate(), or methods which use the order() or orderExpVector() methods, like signum(), abs(), divide(), remainder() and gcd(). Note: Currently the term order is fixed to the order defined by the iterator over exponent vectors in class ExpVectorIterator.
    See Also:
    Serialized Form

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.