R/wrappers.R
batch_crossprod.Rd
Compute t(A_b) %*% A_b for each matrix in a batch.
t(A_b) %*% A_b
batch_crossprod(A)
A list of numeric matrices, or a 3-D array [n, p, B].
[n, p, B]
A list of p x p crossproduct matrices.
p x p
batch_chol