Uses of Class
edu.isi.karma.modeling.semantictypes.mycrf.math.Matrix

Packages that use Matrix
edu.isi.karma.modeling.semantictypes.mycrf.math   
 

Uses of Matrix in edu.isi.karma.modeling.semantictypes.mycrf.math
 

Methods in edu.isi.karma.modeling.semantictypes.mycrf.math that return Matrix
 Matrix Matrix.add(Matrix otherMatrix)
           
 Matrix Matrix.clone()
           
 Matrix Matrix.multiply_with_constant(double k)
           
 Matrix Matrix.multiply(Matrix otherMatrix)
           
 Matrix Matrix.subtract(Matrix otherMatrix)
           
 Matrix Matrix.transpose()
           
 

Methods in edu.isi.karma.modeling.semantictypes.mycrf.math with parameters of type Matrix
 Matrix Matrix.add(Matrix otherMatrix)
           
 Matrix Matrix.multiply(Matrix otherMatrix)
           
static double Matrix.norm(Matrix m)
           
 Matrix Matrix.subtract(Matrix otherMatrix)