Uses of Class
math.utils.Matrix

Packages that use Matrix
math.utils   
 

Uses of Matrix in math.utils
 

Methods in math.utils that return Matrix
 Matrix Matrix.getTranspose()
          get the transposed matrix, without changing the inner coefficients of the original matrix.
 Matrix Matrix.multiplyWith(Matrix matrix)
          return the result of the multiplication of the matriux with another one.
 

Methods in math.utils with parameters of type Matrix
 Matrix Matrix.multiplyWith(Matrix matrix)
          return the result of the multiplication of the matriux with another one.