tcrossProd: Matrix cross product

View source: R/server_func.R

tcrossProdR Documentation

Matrix cross product

Description

Calculates the cross product x %*% t(y).

Usage

tcrossProd(x, y = NULL, chunk = 500L)

Arguments

x

A list of numeric matrices.

y

A list of numeric matrices. Default, NULL, y = x.

chunk

Size of chunks into what the resulting matrix is partitioned. Default, 500L.

Value

x %*% t(y)


vanduttran/dsSSCP documentation built on Jan. 17, 2025, 1:47 a.m.