|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.das2.math.matrix.MatrixUtil
public final class MatrixUtil
| Method Summary | |
|---|---|
static Matrix |
identity(int rows)
|
static Matrix |
inverse(Matrix m)
|
static Matrix |
multiply(Matrix m1,
Matrix m2)
|
static void |
multiply(Matrix m1,
Matrix m2,
Matrix res)
|
static void |
pivot(Matrix m,
int row)
|
static void |
print(Matrix m,
java.io.PrintStream out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void print(Matrix m,
java.io.PrintStream out)
public static Matrix inverse(Matrix m)
public static void pivot(Matrix m,
int row)
public static Matrix identity(int rows)
public static Matrix multiply(Matrix m1,
Matrix m2)
public static void multiply(Matrix m1,
Matrix m2,
Matrix res)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||