grapes-times-grapes-ANY-LazyMatrix-method: Multiply a LazyMatrix by a regular hard-working matrix.

%*%,ANY,LazyMatrix-methodR Documentation

Multiply a LazyMatrix by a regular hard-working matrix.

Description

Multiply a LazyMatrix by a regular hard-working matrix.

Usage

## S4 method for signature 'ANY,LazyMatrix'
x %*% y

Arguments

x

Anything with a matrix multiplication method that accepts objects in the components slot of y.

y

LazyMatrix

This function is EAGER: it triggers immediate calculations.


ekernf01/MatrixLazyEval documentation built on July 24, 2022, 2:42 a.m.