|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.geometry3d.MathMatrixClass
org.simtk.geometry3d.JamaMatrix
public class JamaMatrix
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 |
---|
public double get(int i, int j)
get
in interface MathMatrix
get
in class MathMatrixClass
public void set(int i, int j, double d)
set
in interface MutableMathMatrix
set
in class MathMatrixClass
public int getColumnCount()
getColumnCount
in interface MathMatrix
getColumnCount
in class MathMatrixClass
public int getRowCount()
getRowCount
in interface MathMatrix
getRowCount
in class MathMatrixClass
public Jama.EigenvalueDecomposition getEigenvalueDecomposition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |