Class MatrixCoordinate
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.MatrixCoordinate
-
public final class MatrixCoordinate extends Object
The location of a matrix entry is specified by a 2D coordinates (i, j), where i and j are the row-index and column-index of the entry respectively.
-
-
Constructor Summary
Constructors Constructor Description MatrixCoordinate(int i, int j)
Construct a matrix coordinate specifying an entry location.
-