|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complex | |
---|---|
grinda.test.vanloan |
Uses of Complex in grinda.test.vanloan |
---|
Fields in grinda.test.vanloan declared as Complex | |
---|---|
static Complex |
Complex.ONE
|
Complex[][] |
Matrix.value
|
static Complex |
Complex.ZERO
|
Methods in grinda.test.vanloan that return Complex | |
---|---|
Complex |
Complex.add(Complex c)
|
Complex |
Complex.div(Complex c)
|
Complex |
Complex.div(double v)
|
Complex |
Matrix.get(int i,
int j)
|
Complex |
Complex.mul(Complex c)
|
Complex |
Complex.sub(Complex c)
|
Methods in grinda.test.vanloan with parameters of type Complex | |
---|---|
Complex |
Complex.add(Complex c)
|
void |
Complex.addEq(Complex c)
|
Complex |
Complex.div(Complex c)
|
static void |
VanLoan.FourStepFrameFourier_1D(Complex[] inVec,
int direction)
|
Complex |
Complex.mul(Complex c)
|
void |
Complex.mulEq(Complex c)
|
void |
Matrix.set(int i,
int j,
Complex v)
|
Complex |
Complex.sub(Complex c)
|
void |
Complex.subEq(Complex c)
|
Constructors in grinda.test.vanloan with parameters of type Complex | |
---|---|
Matrix(int x,
int y,
Complex[] inVec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |