Documentation of 'hep.physics.matrix.BasicMatrix' Java class
BasicMatrix
hep.physics.matrix

Class BasicMatrix

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double det() 
      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
      void invert()
      Invert this matrix (into itself)
      void setElement(int row, int column, double value)
      Set the given element of the matrix
      java.lang.String toString() 
      void transpose()
      Tranpose this matrix (into itself)
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.