|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.toolkit.Matrix
public class Matrix
Matrix manipulation class.
| Constructor Summary | |
|---|---|
Matrix()
|
|
| Method Summary | |
|---|---|
static double[][] |
inverse(double[][] a)
Inverts a matrix from a m by n to a n by m matrix swapping the indexes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Matrix()
| Method Detail |
|---|
public static double[][] inverse(double[][] a)
a - the matrix to invert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||