org.simtk.geometry3d
Class JamaMatrix

java.lang.Object
  extended by org.simtk.geometry3d.MathMatrixClass
      extended by org.simtk.geometry3d.JamaMatrix
All Implemented Interfaces:
MathMatrix, MutableMathMatrix

public class JamaMatrix
extends MathMatrixClass


Method Summary
 double get(int i, int j)
           
 int getColumnCount()
           
 Jama.EigenvalueDecomposition getEigenvalueDecomposition()
           
 int getRowCount()
           
 void set(int i, int j, double d)
           
 
Methods inherited from class org.simtk.geometry3d.MathMatrixClass
copy, getColumn, getDiagonal, getRow, minus, minusEquals, plus, plusEquals, setColumn, setRow, times, times, times, timesEquals, timesEquals, toString, trace, transpose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public double get(int i,
                  int j)
Specified by:
get in interface MathMatrix
Overrides:
get in class MathMatrixClass

set

public void set(int i,
                int j,
                double d)
Specified by:
set in interface MutableMathMatrix
Overrides:
set in class MathMatrixClass

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface MathMatrix
Overrides:
getColumnCount in class MathMatrixClass

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface MathMatrix
Overrides:
getRowCount in class MathMatrixClass

getEigenvalueDecomposition

public Jama.EigenvalueDecomposition getEigenvalueDecomposition()