jas.hist
Class Matrix
java.lang.Object
|
+--jas.hist.Matrix
- public class Matrix
- extends java.lang.Object
Method Summary |
static double[][] |
clone(double[][] in)
|
static double[][] |
create(int size)
|
static double |
invert(double[][] array)
|
static double[][] |
multiply(double[][] in1,
double[][] in2)
|
static void |
print(double[][] in)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matrix
public Matrix()
create
public static double[][] create(int size)
clone
public static double[][] clone(double[][] in)
print
public static void print(double[][] in)
multiply
public static double[][] multiply(double[][] in1,
double[][] in2)
throws jas.hist.IncompatibleMatrices
invert
public static double invert(double[][] array)
throws IndeterminateMatrix