Function matrixNumericalDecoding

  • Numerically decodes the matrix using the dictionary.

    Parameters

    • matrixInitial: number[][]
    • dictionary: Record<string, number>

      dictionary against which to do the encoding

    Returns (string | number)[][]

    • decoded matrix