|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FutureDoubleMatrix | |
|---|---|
| org.objectweb.proactive.ext.scilab.util | |
| Uses of FutureDoubleMatrix in org.objectweb.proactive.ext.scilab.util |
|---|
| Methods in org.objectweb.proactive.ext.scilab.util that return FutureDoubleMatrix | |
|---|---|
static FutureDoubleMatrix |
GridMatrix.calMandelbrot(ScilabService service,
java.lang.String name,
int xres,
int yres,
double xmin,
double xmax,
double ymin,
double ymax,
int precision,
int nbBloc)
Mandelbrot set calculation |
static FutureDoubleMatrix |
GridMatrix.calPi(ScilabService service,
java.lang.String name,
int precision,
int nbBloc)
Pi calculation |
static FutureDoubleMatrix |
GridMatrix.mult(ScilabService service,
java.lang.String name,
double[] matrix1,
int nbRow1,
int nbCol1,
double[] matrix2,
int nbRow2,
int nbCol2)
Matrix multiplication |
| Constructors in org.objectweb.proactive.ext.scilab.util with parameters of type FutureDoubleMatrix | |
|---|---|
MandelbrotEventListener(ScilabService service,
int nbBloc,
FutureDoubleMatrix res)
|
|
MultEventListener(ScilabService service,
FutureDoubleMatrix res)
|
|
PiEventListener(ScilabService service,
int nbBloc,
FutureDoubleMatrix res)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||