JSci.maths
Class AbstractMath

java.lang.Object
  extended byJSci.maths.AbstractMath
Direct Known Subclasses:
ArrayMath, Cascades, CoordinateMath, EngineerMath, ExtraMath, FourierMath, FWTCoefMath, LinearMath, NumericalMath, PolynomialMath, QuantumMath, SpecialMath, WaveletMath

public abstract class AbstractMath
extends java.lang.Object

The AbstractMath superclass provides an abstract encapsulation of maths. All classes with a postfix of Math should extend this class.


Constructor Summary
protected AbstractMath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMath

protected AbstractMath()