Uses of Interface
hep.physics.matrix.MutableMatrix

Packages that use MutableMatrix
hep.physics.matrix Simple matrix package. 
hep.physics.vec General classes for operating on 3- and 4- vectors. 
 

Uses of MutableMatrix in hep.physics.matrix
 

Classes in hep.physics.matrix that implement MutableMatrix
 class BasicMatrix
          A very simple matrix implementation
 class SymmetricMatrix
          A simple implementation of a symmetric matrix.
 

Methods in hep.physics.matrix with parameters of type MutableMatrix
static void MatrixOp.inverse(Matrix mIn, MutableMatrix mOut)
          Invert matrix mIn and write it to matrix mOut.
static void MatrixOp.setSubMatrix(MutableMatrix mat, Matrix sub, int row, int col)
          Fill in part of a matrix with the contents of another matrix.
static void MatrixOp.transposed(Matrix mIn, MutableMatrix mOut)
          Traspose matrix mIn and write it to matrix mOut.
 

Uses of MutableMatrix in hep.physics.vec
 

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



Copyright © 2000-2010 FreeHEP. All Rights Reserved.