grapes-times-grapes-LazyMatrix-LazyMatrix-method: Combine two LazyMatrices into another LazyMatrix.

%*%,LazyMatrix,LazyMatrix-methodR Documentation

Combine two LazyMatrices into another LazyMatrix.

Description

Combine two LazyMatrices into another LazyMatrix.

Usage

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

Arguments

x, y

LazyMatrix

This function is LAZY: it defers calculations to later.


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