|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Matrix
A very simple matrix interface
MatrixOp
Method Summary | |
---|---|
double |
e(int row,
int column)
Returns the value of the given element |
int |
getNColumns()
Returns the number of columns |
int |
getNRows()
Returns the number of rows |
Method Detail |
---|
int getNRows()
int getNColumns()
double e(int row, int column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |