Package org.jlab.clas.reactions
Class TransMatrix
java.lang.Object
org.jlab.clas.reactions.TransMatrix
- Author:
- gagikgavalian
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TransMatrix
public TransMatrix()
-
-
Method Details
-
get
public double get(int row, int col) -
set
public void set(int row, int col, double val) -
det
public double det() -
unit
public void unit() -
setRow
public void setRow(int row, double v1, double v2, double v3) -
compose
-
mult
-
inverse
public void inverse() -
print
public void print()
-