|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectendrov.hardwareFrivolous.FrivolousComplexArray
public class FrivolousComplexArray
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 |
---|
public int width
public int height
public float[] real
public float[] imag
public int length
Constructor Detail |
---|
public FrivolousComplexArray(float[] realArray, float[] imagArray, int w, int h)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |