tripleProdChunk: Matrix triple product

View source: R/server_func.R

tripleProdChunkR Documentation

Matrix triple product

Description

Calculate the triple product x %*% y %*% t(x).

Usage

tripleProdChunk(x, mate, chunk = 500L, mc.cores = 1)

Arguments

x

A list of numeric matrices.

mate

Mate server name, from which y was pushed.

chunk

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

mc.cores

Number of cores for parallel computing. Default, 1.

Value

x %*% t(y)


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