Learn R Programming

SurrogateRegression (version 0.5.0)

matOP: Matrix Outer Product

Description

Calculates the outer product \(AB'\).

Usage

matOP(A, B)

Value

Numeric matrix.

Arguments

A

Numeric matrix.

B

Numeric matrix.