Get the value of a matrix at a specific index
double getAt(int row, int col) { return (_matrix[row][col]).toDouble(); }