public interface DoubleMatrix extends Encodable
java.lang.Object
clone()
java.lang.String
encode()
double
get(int i, int j)
int
ncols()
nrows()
void
set(int i, int j, double value)
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.String encode()
encode
Encodable
double get(int i, int j)
int ncols()
int nrows()
void set(int i, int j, double value)