|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatrixEntry
An entry of a matrix. Returned by the iterators over a matrix structure
| Method Summary | |
|---|---|
int |
column()
Returns the current column index |
double |
get()
Returns the value at the current index |
int |
row()
Returns the current row index |
void |
set(double value)
Sets the value at the current index |
| Method Detail |
|---|
int row()
int column()
double get()
void set(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||