Matrix element indexing is 0-based -- e.g., getEntry(0, 0) returns the element in the first row, first column of the matrix.
getEntry(0, 0)
Matrix element indexing is 0-based -- e.g.,
getEntry(0, 0)returns the element in the first row, first column of the matrix.