crossProd: Matrix cross product

View source: R/server_func.R

crossProdR Documentation

Matrix cross product

Description

Calculates the cross product of given matrices

Usage

crossProd(x, y = NULL, pair = FALSE, chunk = 500L)

Arguments

x

A list of numeric matrices.

y

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

pair

A logical value indicating pairwise cross products are computed. Default, FALSE. Ignored if y is provided.

chunk

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

Value

A list of cross product matrices.


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