public class MathUtils extends java.lang.Object
MathUtils()
static int
gcd(int a, int b)
static double[][]
transpose(double[][] x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MathUtils()
public static double[][] transpose(double[][] x)
x
public static int gcd(int a, int b)
a
b