drasys.or.matrix.complex
Interface MatrixElementI


public interface MatrixElementI

Complex matrix elements.


Method Summary
 int getColumnIndex()
          Returns the element's column index.
 int getRowIndex()
          The element's row index.
 ComplexI getValue()
          Returns the element's value.
 void setValue(ComplexI value)
          Sets the element's value.
 

Method Detail

getValue

public ComplexI getValue()
Returns the element's value.

setValue

public void setValue(ComplexI value)
Sets the element's value.

getRowIndex

public int getRowIndex()
The element's row index.

getColumnIndex

public int getColumnIndex()
Returns the element's column index.


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com