public final class MatrixCoordinate extends Object
Modifier and Type | Field and Description |
---|---|
int |
i
the row index
|
int |
j
the column index
|
Constructor and Description |
---|
MatrixCoordinate(int i,
int j)
Construct a matrix coordinate specifying an entry location.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.