public class Array2D extends java.lang.Object
static double[]
getColumn(double[][] m, int c)
static double[][]
transpose(double[][] m)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static double[][] transpose(double[][] m)
m
public static double[] getColumn(double[][] m, int c)
c