Interface PrimitiveMatrix<R,​C,​V>

    • Method Detail

      • getColObj

        V[] getColObj​(int col)
        Parameters:
        col -
        Returns:
      • getObject

        V getObject​(int r,
                    int c)
        Parameters:
        r -
        c -
        Returns:
      • getRowObj

        V[] getRowObj​(int row)
        Parameters:
        row -
        Returns: