Rdocumentation
powered by
Learn R Programming
RNOmni (version 0.5.0)
MMP: Matrix Matrix Product
Description
Calculates the product \(AB\).
Usage
MMP(A, B)
Arguments
A
Numeric matrix.
B
Numeric matrix.
Value
Numeric matrix.