• Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double get​(int r, int c)

      Get value of matrix cell (r,c).

    • Method Detail

      • get

        double get​(int r,
                   int c)

        Get value of matrix cell (r,c). In case of non existing values this call returns 0.

        Parameters:
        r - row index starting at 0
        c - column index starting at 0
        Returns:
        value of cell at position (r,c)