Learn R Programming

SurrogateRegression (version 0.5.0)

matIP: Matrix Inner Product

Description

Calculates the product \(A'B\).

Usage

matIP(A, B)

Value

Numeric matrix.

Arguments

A

Numeric matrix.

B

Numeric matrix.