20 #ifndef MATRIXLINKER_H
21 #define MATRIXLINKER_H
59 unsigned int size()
const;
61 virtual void randomize(
double min,
double max );
63 virtual void setWeight(
unsigned int from,
unsigned int to,
double weight );
65 virtual double weight(
unsigned int from,
unsigned int to );
85 unsigned int nrows, ncols;