Documentation of 'hephysics.matrix.Matrix' Java class.
Matrix
hephysics.matrix

Interface Matrix

    • 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 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

DMelt 3.0 © DataMelt by jWork.ORG