hep.physics
Interface Hep3Matrix

All Known Implementing Classes:
BasicHep3Matrix

public interface Hep3Matrix

Hep 3x3 matrices


Method Summary
 double det()
           
 double e(int row, int column)
           
 double trace()
           
 

Method Detail

e

public double e(int row,
                int column)

det

public double det()

trace

public double trace()