matmult: Matrix Multiplication

Description Usage Arguments Details Value

Description

Multiplies two distributed matrices, if they are conformable.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ddmatrix,ddmatrix'
x %*% y

## S4 method for signature 'ddmatrix'
crossprod(x, y = NULL)

## S4 method for signature 'ddmatrix'
tcrossprod(x, y = NULL)

Arguments

x, y

numeric distributed matrices

Details

x and y must be conformable, on the same BLACS context, but they need not be blocked with the same blocking dimension. The return will default to the blocking dimension of x.

If you need to use x and y with differing blocking dimensions and you want the return to have blocking different from that of x, then use the function base.rpdgemm().

The crossprod() and tcrossprod() functions behave exactly as their R counterparts.

Value

Returns a distributed matrix.


RBigData/pbdDMAT documentation built on Oct. 29, 2021, 6:20 p.m.