Ops.strucMatrix: Structured sparse matrix multiplication (and other binary...

Description Usage Arguments Note

Description

Because of the marginal summations involved, the results of a matrix multiplication of strucMatrix objects is not profitably stored as a strucMatrix. Therefore, the output is a sparseMatrix.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'strucMatrix'
Ops(e1, e2)

## S4 method for signature 'strucMatrix,missing'
crossprod(x, y = NULL, ...)

## S4 method for signature 'strucMatrix,missing'
tcrossprod(x, y = NULL, ...)

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

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

Arguments

e1,e2

strucMatrix objects

x,y

strucMatrix matrix objects

...

not used (only for consistency with generic)

Note

The * operator is matrix multiplication, not element-wise multiplication.


stevencarlislewalker/lme4ord documentation built on May 30, 2019, 4:43 p.m.