Uses of Class
jflexcrf.DoubleMatrix

Packages that use DoubleMatrix
jflexcrf   
 

Uses of DoubleMatrix in jflexcrf
 

Methods in jflexcrf with parameters of type DoubleMatrix
 void DoubleMatrix.assign(DoubleMatrix dm)
          Assign.
static void Mathlib.mult(int size, DoubleVector x, DoubleMatrix A, DoubleVector y, boolean isTransposed)
          Mult.
 

Constructors in jflexcrf with parameters of type DoubleMatrix
DoubleMatrix(DoubleMatrix dm)
          Instantiates a new double matrix.