public static interface Storage.Matrix
Modifier and Type | Method and Description |
---|---|
void |
add(int row,
int col,
float val) |
int |
cols() |
float |
get(int row,
int col) |
float[] |
raw() |
int |
rows() |
void |
set(int row,
int col,
float val) |
long |
size() |
water.fvec.Frame |
toFrame(water.Key key) |