| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
public class FutureDoubleMatrix
This class represents a matrix of double with a waiting by necessity
| Constructor Summary | |
|---|---|
| FutureDoubleMatrix(java.lang.String name,
                   int nbRow,
                   int nbCol) | |
| Method Summary | |
|---|---|
|  double[] | get() | 
|  java.lang.String | getName() | 
|  int | getNbCol() | 
|  int | getNbRow() | 
|  void | set(double[] res) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FutureDoubleMatrix(java.lang.String name,
                          int nbRow,
                          int nbCol)
| Method Detail | 
|---|
public void set(double[] res)
public double[] get()
public java.lang.String getName()
public int getNbCol()
public int getNbRow()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||