Uses of Interface
JSci.maths.NumericalConstants

Packages that use NumericalConstants
JSci.maths   
JSci.maths.statistics   
JSci.maths.wavelet   
JSci.maths.wavelet.daubechies2   
JSci.maths.wavelet.daubechies3   
JSci.maths.wavelet.daubechies4   
JSci.maths.wavelet.daubechies5   
JSci.maths.wavelet.daubechies6   
JSci.maths.wavelet.daubechies7   
JSci.maths.wavelet.daubechies8   
JSci.maths.wavelet.haar   
JSci.physics   
 

Uses of NumericalConstants in JSci.maths
 

Classes in JSci.maths that implement NumericalConstants
 class FourierMath
          The Fourier math library.
 class SpecialMath
          The special function math library.
 

Uses of NumericalConstants in JSci.maths.statistics
 

Classes in JSci.maths.statistics that implement NumericalConstants
 class NormalDistribution
          The NormalDistribution class provides an object for encapsulating normal distributions.
 

Uses of NumericalConstants in JSci.maths.wavelet
 

Classes in JSci.maths.wavelet that implement NumericalConstants
 class Cosine
          This class is used to be able to mix the wavelet and cosine transforms.
 class FWTCoef
          This class is used to encapsulate wavelet coefficients.
 class FWTPacketCoef
          This class is used to encapsulate wavelet packets coefficients.
 class Signal
          This class use the linear spline as a general model for a signal.
 class Sine
          This class is used to be able to mix the wavelet and sine transforms.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies2
 

Classes in JSci.maths.wavelet.daubechies2 that implement NumericalConstants
 class Daubechies2
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies3
 

Classes in JSci.maths.wavelet.daubechies3 that implement NumericalConstants
 class Daubechies3
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies4
 

Classes in JSci.maths.wavelet.daubechies4 that implement NumericalConstants
 class Daubechies4
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies5
 

Classes in JSci.maths.wavelet.daubechies5 that implement NumericalConstants
 class Daubechies5
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies6
 

Classes in JSci.maths.wavelet.daubechies6 that implement NumericalConstants
 class Daubechies6
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies7
 

Classes in JSci.maths.wavelet.daubechies7 that implement NumericalConstants
 class Daubechies7
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.daubechies8
 

Classes in JSci.maths.wavelet.daubechies8 that implement NumericalConstants
 class Daubechies8
          Daubechies wavelets adapted to the interval by Meyer.
 

Uses of NumericalConstants in JSci.maths.wavelet.haar
 

Classes in JSci.maths.wavelet.haar that implement NumericalConstants
 class MultiSplineHaar
          Haar Wavelets
 

Uses of NumericalConstants in JSci.physics
 

Subinterfaces of NumericalConstants in JSci.physics
 interface PhysicalConstants
          A collection of fundamental physical constants.