|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.scilab.util.GridMatrix
public class GridMatrix
This class represents a set of matrix operations for a parallel computation
Constructor Summary | |
---|---|
GridMatrix()
|
Method Summary | |
---|---|
static FutureDoubleMatrix |
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 |
calPi(ScilabService service,
java.lang.String name,
int precision,
int nbBloc)
Pi calculation |
static FutureDoubleMatrix |
mult(ScilabService service,
java.lang.String name,
double[] matrix1,
int nbRow1,
int nbCol1,
double[] matrix2,
int nbRow2,
int nbCol2)
Matrix multiplication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridMatrix()
Method Detail |
---|
public static FutureDoubleMatrix calMandelbrot(ScilabService service, java.lang.String name, int xres, int yres, double xmin, double xmax, double ymin, double ymax, int precision, int nbBloc)
service
- name
- name of matrix resultxres
- x-axis resolutionyres
- y-axis resolutionxmin
- xmax
- ymin
- ymax
- precision
- max number of iterationsnbBloc
- number of blocks
public static FutureDoubleMatrix calPi(ScilabService service, java.lang.String name, int precision, int nbBloc)
service
- name
- name of matrix resultprecision
- max of iterationsnbBloc
- number of blocks
public static FutureDoubleMatrix mult(ScilabService service, java.lang.String name, double[] matrix1, int nbRow1, int nbCol1, double[] matrix2, int nbRow2, int nbCol2)
service
- name
- name of matrix resultmatrix1
- nbRow1
- nbCol1
- matrix2
- nbRow2
- nbCol2
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |