|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |