@mikuroxina/mini-fn
    Preparing search index...

    Function atUnchecked

    • Gets the element at (columnIndex, rowIndex) in the matrix with no check. The indexes start from zero.

      If the indexes is out of range, your code may occur unsound behaviors.

      Parameters

      • rowIndex: number

        The 0-based index of row to pick.

      Returns (columnIndex: number) => (mat: Matrix.Matrix) => number

      The fetched element of the matrix.