Package org.ejml.data

Class ElementLocation

java.lang.Object
org.ejml.data.ElementLocation

public class ElementLocation extends Object
The row and column of an element in a Matrix
  • Field Details

    • row

      public int row
      Row coordinate of an element
    • col

      public int col
      Column coordinate of an element
  • Constructor Details

    • ElementLocation

      public ElementLocation()
    • ElementLocation

      public ElementLocation(int row, int col)
  • Method Details

    • setTo

      public void setTo(ElementLocation src)
    • setTo

      public void setTo(int row, int col)