Uses of Class
JSci.maths.AbstractMath

Packages that use AbstractMath
JSci.maths   
JSci.maths.wavelet   
JSci.physics.quantum   
 

Uses of AbstractMath in JSci.maths
 

Subclasses of AbstractMath in JSci.maths
 class ArrayMath
          Arrays are faster than object, so this class is here to take full advantage of arrays without encapsulation.
 class CoordinateMath
          The coordinate transformation math library.
 class EngineerMath
          This class is dedicated to engineering methods applied to arrays including signal processing.
 class ExtraMath
          The extra math library.
 class FourierMath
          The Fourier math library.
 class LinearMath
          The linear math library.
 class NumericalMath
          The numerical math library.
 class SpecialMath
          The special function math library.
 class WaveletMath
          The wavelet math library.
 

Uses of AbstractMath in JSci.maths.wavelet
 

Subclasses of AbstractMath in JSci.maths.wavelet
 class Cascades
          This class is a standard implementation of the Cascades algorithm.
 class FWTCoefMath
          This class allows to do some operations on wavelet coefficients
 

Uses of AbstractMath in JSci.physics.quantum
 

Subclasses of AbstractMath in JSci.physics.quantum
 class QuantumMath
          The Quantum math library.