• Parameters

    • A: number[][]
    • B: number[][]

    Returns number[][]

    the result matrix in Array<Array> type.

    Matrix multiplication. A is m x n and B is n x p. Returns m x p result.

Generated using TypeDoc