Uses of Class
org.ode4j.math.DMatrixN

Packages that use DMatrixN
org.ode4j.math   
 

Uses of DMatrixN in org.ode4j.math
 

Methods in org.ode4j.math that return DMatrixN
 DMatrixN DMatrixN.mulNew(DMatrixN a)
           
 DMatrixN DMatrixN.newSubMatrix(int np, int[] p, int nq, int[] q)
          This returns a new Matrix containing a copy of the selected sub-matrix.
 DMatrixN DMatrixN.reTranspose()
          This returns a new Matrix containing a transposed of this matrix.
static DMatrixN DMatrixN.wrap(double[] a, int i, int j)
           
 

Methods in org.ode4j.math with parameters of type DMatrixN
 double DMatrixN.maxDifference(DMatrixN a)
           
 DMatrixN DMatrixN.mulNew(DMatrixN a)
           
 void DMatrixN.set(DMatrixN mat)
           
 

Constructors in org.ode4j.math with parameters of type DMatrixN
DMatrixN(DMatrixN matrix)