JSci.maths
Class AbstractMath

java.lang.Object
  extended by JSci.maths.AbstractMath
Direct Known Subclasses:
ArrayMath, Cascades, CoordinateMath, EngineerMath, ExtraMath, FourierMath, FWTCoefMath, LinearMath, NumericalMath, 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.

Version:
1.0
Author:
Mark Hale

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

Constructor Detail

AbstractMath

protected AbstractMath()