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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double
e(int row, int column)
Returns the value of the given elementint
getNColumns()
Returns the number of columnsint
getNRows()
Returns the number of rows
-
DMelt 3.0 © DataMelt by jWork.ORG