edu.jas.poly
Class ExpVectorPair

java.lang.Object
  extended by edu.jas.poly.ExpVectorPair
All Implemented Interfaces:
java.io.Serializable

public class ExpVectorPair
extends java.lang.Object
implements java.io.Serializable

ExpVectorPair implements exponent vectors for polynomials.

See Also:
Serialized Form

Constructor Summary
ExpVectorPair(ExpVector e, ExpVector f)
          Constructors for ExpVectorPair
 
Method Summary
 boolean equals(ExpVectorPair b)
           
 boolean equals(java.lang.Object B)
           
 ExpVector getFirst()
           
 ExpVector getSecond()
           
 boolean isMultiple(ExpVectorPair p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpVectorPair

public ExpVectorPair(ExpVector e,
                     ExpVector f)
Constructors for ExpVectorPair

Method Detail

getFirst

public ExpVector getFirst()

getSecond

public ExpVector getSecond()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object B)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(ExpVectorPair b)

isMultiple

public boolean isMultiple(ExpVectorPair p)