setUnchecked abstract method

void setUnchecked(
  1. int row,
  2. int col,
  3. T value
)

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

Implementation

void setUnchecked(int row, int col, T value);