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()
          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.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.