hep.physics.matrix
Interface Matrix

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

public interface Matrix

A very simple matrix interface

Version:
$Id: Matrix.java 9136 2006-10-13 19:09:06Z tonyj $
Author:
tonyj
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



Copyright © 2000-2010 FreeHEP. All Rights Reserved.