SciDoubleArray - Class to use real matrix in Scilab.
Method Summary :
public SciDoubleArray(String name,SciDoubleArray Obj) : Constructor
public SciDoubleArray(String name,int r,int c) : Constructor
public SciDoubleArray(String name,int r,int c,double [] x ) : Constructor
public int getRow() : Get number of rows
public int getCol() : Get number of colons
public String getName() : Get Name of scilab object
public double[] getData() : Get Value of scilab object
public void disp() : disp object
public boolean Job(String job) : Execute a job in scilab
public void Get() : Get in java object , value of scilab object
public void Send() : Send to scilab object , value of java object
public double GetElement(int indr, int indc) : Get a specific element of scilab object
// See SCI/examples/Callsci/CallsciJava directory
Scilab , SciDouble , SciString , SciStringArray ,
A.C