Skip to contents

Compute t(A_b) %*% A_b for each matrix in a batch.

Usage

batch_crossprod(A)

Arguments

A

A list of numeric matrices, or a 3-D array [n, p, B].

Value

A list of p x p crossproduct matrices.

See also