com.ikokoon.toolkit
Class Matrix

java.lang.Object
  extended by com.ikokoon.toolkit.Matrix

public class Matrix
extends java.lang.Object

Matrix manipulation class.

Since:
17.11.09
Version:
01.00
Author:
Michael Couck

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

Matrix

public Matrix()
Method Detail

inverse

public static double[][] inverse(double[][] a)
Inverts a matrix from a m by n to a n by m matrix swapping the indexes.

Parameters:
a - the matrix to invert
Returns:
the inverted matrix


Copyright © 2010. All Rights Reserved.