hephysics.matrix
Interface Matrix

All Known Subinterfaces:
MutableMatrix
All Known Implementing Classes:
BasicMatrix, Hep3Matrix, SymmetricMatrix

public interface Matrix

A very simple matrix interface

See Also:
MatrixOp

Method Summary
 double e(int row, int column)
          Returns the value of the given element
 int getNColumns()
          Returns the number of columns
 int getNRows()
          Returns the number of rows
 

Method Detail

getNRows

int getNRows()
Returns the number of rows


getNColumns

int getNColumns()
Returns the number of columns


e

double e(int row,
         int column)
Returns the value of the given element



jHepWork 2.8 (©) S.Chekanov