javasci.SciDoubleArray — Class to use real matrix in Scilab.
Method Summary :
public SciDoubleArray(String name,SciDoubleArray Obj)
public SciDoubleArray(String name,int r,int c)
public SciDoubleArray(String name,int r,int c,double [] x
)Constructor
public int getNumbersOfRows()Get number of rows
public int getNumbersOfCols() 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)(deprecated see Scilab.Exec) 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