Function multiplyMatrices2

  • Parameters

    • m1: number[]

      a matrix as an array of numbers

    • m2: number[]

      a matrix as an array of numbers

    Returns number[]

    matrix

    Description

    Multiply two matrices where the left/right order matches what you would see on a page