Learn R Programming

MGMM (version 0.3.1)

matOP: Matrix Outer Product

Description

Calculates the outer product \(AB'\).

Usage

matOP(A, B)

Arguments

A

Numeric matrix.

B

Numeric matrix.

Value

Numeric matrix.