public interface MatrixEntry
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2015. All Rights Reserved.