public static interface Neurons.Matrix
void
add(int row, int col, float val)
int
cols()
float
get(int row, int col)
float[]
raw()
rows()
set(int row, int col, float val)
long
size()
float get(int row, int col)
void set(int row, int col, float val)
void add(int row, int col, float val)
int cols()
int rows()
long size()
float[] raw()