Uses of Interface
hep.physics.vec.Hep3Matrix

Packages that use Hep3Matrix
hep.physics.vec General classes for operating on 3- and 4- vectors. 
 

Uses of Hep3Matrix in hep.physics.vec
 

Classes in hep.physics.vec that implement Hep3Matrix
 class BasicHep3Matrix
          3x3 matrices for Hep3Vector operations.
 

Methods in hep.physics.vec that return Hep3Matrix
static Hep3Matrix VecOp.inverse(Hep3Matrix m)
           
static Hep3Matrix VecOp.mult(double scalar, Hep3Matrix m)
           
static Hep3Matrix VecOp.mult(Hep3Matrix m1, Hep3Matrix m2)
           
 

Methods in hep.physics.vec with parameters of type Hep3Matrix
static Hep3Matrix VecOp.inverse(Hep3Matrix m)
           
static Hep3Matrix VecOp.mult(double scalar, Hep3Matrix m)
           
static Hep3Matrix VecOp.mult(Hep3Matrix m1, Hep3Matrix m2)
           
static Hep3Vector VecOp.mult(Hep3Matrix m, Hep3Vector v)
           
static java.lang.String VecOp.toString(Hep3Matrix m)
           
 



Copyright © 2000-2010 FreeHEP. All Rights Reserved.