org.lsmp.djep.sjep
Class MutiableMonomial
java.lang.Object
org.lsmp.djep.sjep.MutiableMonomial
public class MutiableMonomial
- extends java.lang.Object
A mutable monomial representing a * x^i * y^j * ... * z^k.
There are no requirements that this is in a reduced form
so some powers can be zero.
- Author:
- Rich Morris
Created on 23-Dec-2004
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MutiableMonomial
public MutiableMonomial(PolynomialCreator pc,
PConstant coeff,
PNodeI[] nodes,
PNodeI[] pows)
- Note arrays parsed may be modified.
mul
public void mul(PConstant c)
throws ParseException
- Throws:
ParseException
div
public void div(PConstant c)
throws ParseException
- Throws:
ParseException
mul
public void mul(PNodeI term,
PNodeI power)
throws ParseException
- Throws:
ParseException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
http://www.singularsys.com/jep Copyright © 2007 Singular Systems