Name

javasci.SciComplexArray — Class to use complex matrix in Scilab.

Description

Method Summary :

public SciComplexArray(String name,SciComplexArray Obj)

public SciComplexArray(String name,int r,int c)

public SciComplexArray(String name,int r,int c,double [] realpart,double [] imaginarypart)Constructor

public int getNumbersOfRows()Get number of rows

public int getNumbersOfCols() Get number of colons

public int getRow()(deprecated) Get number of rows

public int getCol() (deprecated) Get number of colons

public String getName()Get Name of scilab object

public double[] getRealPartData()Get Real Part Value of scilab object

public double[] getImaginaryPartData()Get Imaginary Part 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 GetRealPartElement(int indr, int indc)Get a specific element of scilab object

public double GetImaginaryPartElement(int indr, int indc)Get a specific element of scilab object

Examples

 // See SCI/modules/Javasci/examples directory

See Also

javasci.Scilab , Compile and run with Javasci, SciComplex , SciDouble , SciDoubleArray , SciString , SciStringArray

Authors

A.C