Get the element at row, col
row
col
double get(int row, int col) { _checkIndices(row, col); return _get(row, col); }