edu.sc.seis.fissuresUtil.freq
Class CmplxArray2D

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.freq.CmplxArray2D

public class CmplxArray2D
extends java.lang.Object


Constructor Summary
CmplxArray2D(float[][] real, float[][] imag)
           
CmplxArray2D(int x, int y)
           
 
Method Summary
 Cmplx get(int x, int y)
           
 float getImag(int x, int y)
           
 float getReal(int x, int y)
           
 int getXLength()
           
 int getYLength()
           
 float mag(int x, int y)
           
 void set(int x, int y, Cmplx val)
           
 void setImag(int x, int y, float val)
           
 void setReal(int x, int y, float val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmplxArray2D

public CmplxArray2D(int x,
                    int y)

CmplxArray2D

public CmplxArray2D(float[][] real,
                    float[][] imag)
Method Detail

getXLength

public int getXLength()

getYLength

public int getYLength()

getReal

public float getReal(int x,
                     int y)

getImag

public float getImag(int x,
                     int y)

setReal

public void setReal(int x,
                    int y,
                    float val)

setImag

public void setImag(int x,
                    int y,
                    float val)

get

public Cmplx get(int x,
                 int y)

set

public void set(int x,
                int y,
                Cmplx val)

mag

public final float mag(int x,
                       int y)