|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectintegrators.Integrator.NVmatrix
This class was intended for storing a Jacobian matrix, or something like that.
Method Summary | |
float[][] |
collapse()
I haven't yet had the heart to test this messy thing... |
float[][] |
getCopyOfMatrix()
Use this if you want a freshly-made copy of the values matrix in the form of a 2D array of floats |
void |
getCopyOfMatrix(float[][] cp)
Use this one if you want the values matrix copied into a pre-allocated 2D array of floats |
float[][] |
getValueMatrix()
Use this one if you just want a handle to the values vector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public float[][] collapse()
public float[][] getCopyOfMatrix()
public void getCopyOfMatrix(float[][] cp) throws java.lang.Exception
java.lang.Exception
public float[][] getValueMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |