Uses of Interface
jcolibri.extensions.textual.IE.common.crn.matrix.Matrix

Packages that use Matrix
jcolibri.extensions.textual.IE.common.crn   
jcolibri.extensions.textual.IE.common.crn.matrix   
 

Uses of Matrix in jcolibri.extensions.textual.IE.common.crn
 

Methods in jcolibri.extensions.textual.IE.common.crn that return Matrix
 Matrix CRNTable.getNormalisedUnitsCasesMatrix()
           
 

Uses of Matrix in jcolibri.extensions.textual.IE.common.crn.matrix
 

Classes in jcolibri.extensions.textual.IE.common.crn.matrix that implement Matrix
 class FloatMatrix
          Jama = Java Matrix class.
 class OneByteMatrix
           
 

Methods in jcolibri.extensions.textual.IE.common.crn.matrix that return Matrix
 Matrix OneByteMatrix.copy()
           
 Matrix Matrix.copy()
           
 Matrix OneByteMatrix.getDeepTraspose()
           
 Matrix Matrix.getDeepTraspose()
           
 Matrix FloatMatrix.getDeepTraspose()
           
 Matrix OneByteMatrix.getShallowTraspose()
           
 Matrix Matrix.getShallowTraspose()
           
 Matrix FloatMatrix.getShallowTraspose()
           
 Matrix OneByteMatrix.multiply(Matrix other)
           
 Matrix Matrix.multiply(Matrix other)
           
 Matrix FloatMatrix.multiply(Matrix other)
           
 

Methods in jcolibri.extensions.textual.IE.common.crn.matrix with parameters of type Matrix
 Matrix OneByteMatrix.multiply(Matrix other)
           
 Matrix Matrix.multiply(Matrix other)
           
 Matrix FloatMatrix.multiply(Matrix other)
           
 float OneByteMatrix.multiply(Matrix other, int thisRow, int otherColumn)
           
 float Matrix.multiply(Matrix other, int thisRow, int otherColumn)
           
 float FloatMatrix.multiply(Matrix other, int thisRow, int otherColumn)