getUnchecked abstract method

T getUnchecked(
  1. int row,
  2. int col
)

Returns the scalar at the provided row and col index. The behavior is undefined if row or col are outside of bounds.

Implementation

T getUnchecked(int row, int col);