public class JLMatrix extends java.lang.Object implements java.io.Serializable
JLMatrix()
double
get(int col, int row)
void
set(int col, int row, double value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JLMatrix()
public void set(int col, int row, double value)
public double get(int col, int row)