org.objectweb.proactive.ext.scilab.util
Class FutureDoubleMatrix

java.lang.Object
  extended by org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix

public class FutureDoubleMatrix
extends java.lang.Object

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

FutureDoubleMatrix

public FutureDoubleMatrix(java.lang.String name,
                          int nbRow,
                          int nbCol)
Method Detail

set

public void set(double[] res)

get

public double[] get()

getName

public java.lang.String getName()

getNbCol

public int getNbCol()

getNbRow

public int getNbRow()


Copyright 2001-2007 INRIA All Rights Reserved.