JSci.maths.wavelet
Class SparseDiscreteFunction

java.lang.Object
  extended byJSci.maths.wavelet.MultiscaleFunction
      extended byJSci.maths.wavelet.DiscreteFunction
          extended byJSci.maths.wavelet.SparseDiscreteFunction
All Implemented Interfaces:
java.lang.Cloneable

public class SparseDiscreteFunction
extends DiscreteFunction
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class JSci.maths.wavelet.DiscreteFunction
data
 
Constructor Summary
SparseDiscreteFunction(double[] v)
           
 
Method Summary
 java.lang.Object clone()
          Return a copy of this object
 void setData(double[] v)
           
 
Methods inherited from class JSci.maths.wavelet.DiscreteFunction
dimension, dimension, equals, evaluate, evaluate, getFilterType, mass, norm, norm, normalize, toString
 
Methods inherited from class JSci.maths.wavelet.MultiscaleFunction
mass
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SparseDiscreteFunction

public SparseDiscreteFunction(double[] v)
Method Detail

setData

public void setData(double[] v)
Overrides:
setData in class DiscreteFunction

clone

public java.lang.Object clone()
Return a copy of this object

Overrides:
clone in class DiscreteFunction