public static interface Matrix.Element
Modifier and Type | Method and Description |
---|---|
int |
column()
Gets element's column index.
|
double |
get()
Gets element's value.
|
int |
row()
Gets element's row index.
|
void |
set(double val)
Sets element's value.
|
double get()
int row()
int column()
void set(double val)
val
- Value to set.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019