Learn R Programming

MGMM (version 0.3.1)

matIP: Matrix Inner Product

Description

Calculates the product \(A'B\).

Usage

matIP(A, B)

Arguments

A

Numeric matrix.

B

Numeric matrix.

Value

Numeric matrix.