Uses of Class
hep.wired.util.Matrix2D

Packages that use Matrix2D
hep.wired.util   
 

Uses of Matrix2D in hep.wired.util
 

Methods in hep.wired.util that return Matrix2D
 Matrix2D Matrix2D.createInverse()
           
 

Methods in hep.wired.util with parameters of type Matrix2D
 void Matrix2D.concatenate(Matrix2D m)
          Concatenates this matrix with m, such that M' = M * m.
 void Matrix2D.preConcatenate(Matrix2D m)
          Pre-concatenates this matrix with m, such that M' = m * M.
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.