Learn R Programming

MGMM (version 0.3.1)

MMP: Matrix Matrix Product

Description

Calculates the product \(AB\).

Usage

MMP(A, B)

Arguments

A

Numeric matrix.

B

Numeric matrix.

Value

Numeric matrix.