Package org.ejml.data
Class ElementLocation
java.lang.Object
org.ejml.data.ElementLocation
public class ElementLocation
extends java.lang.Object
The row and column of an element in a Matrix
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ElementLocation()ElementLocation(int row, int col) -
Method Summary
Modifier and Type Method Description voidset(int row, int col)voidset(ElementLocation loc)
-
Field Details
-
Constructor Details
-
ElementLocation
public ElementLocation() -
ElementLocation
public ElementLocation(int row, int col)
-
-
Method Details