Uses of Class
math.utils.Matrix

Packages that use Matrix
math.utils Utilitary classes, mainly a Matrix class. 
 

Uses of Matrix in math.utils
 

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

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