endrov.hardwareFrivolous
Class FrivolousComplexArray

java.lang.Object
  extended by endrov.hardwareFrivolous.FrivolousComplexArray

public class FrivolousComplexArray
extends java.lang.Object


Field Summary
 int height
           
 float[] imag
           
 int length
           
 float[] real
           
 int width
           
 
Constructor Summary
FrivolousComplexArray(float[] realArray, float[] imagArray, int w, int h)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

real

public float[] real

imag

public float[] imag

length

public int length
Constructor Detail

FrivolousComplexArray

public FrivolousComplexArray(float[] realArray,
                             float[] imagArray,
                             int w,
                             int h)