Package org.ejml.data
Class ElementLocation
java.lang.Object
org.ejml.data.ElementLocation
The row and column of an element in a Matrix
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
row
public int rowRow coordinate of an element -
col
public int colColumn coordinate of an element
-
-
Constructor Details
-
ElementLocation
public ElementLocation() -
ElementLocation
public ElementLocation(int row, int col)
-
-
Method Details
-
setTo
-
setTo
public void setTo(int row, int col)
-