hep.physics.vec
Interface Hep3Matrix

All Superinterfaces:
Matrix
All Known Implementing Classes:
BasicHep3Matrix

public interface Hep3Matrix
extends Matrix

Hep 3x3 matrices

Version:
$Id: Hep3Matrix.java 9201 2006-10-23 17:42:09Z tonyj $
Author:
Gary Bower
See Also:
VecOp

Method Summary
 double det()
          Returns the determinent of the matrix
 double trace()
          return trace
 
Methods inherited from interface hep.physics.matrix.Matrix
e, getNColumns, getNRows
 

Method Detail

det

double det()
Returns the determinent of the matrix


trace

double trace()
return trace



Copyright © 2000-2010 FreeHEP. All Rights Reserved.