ExtendLazyMatrix: Left- and right-multiply a LazyMatrix lazily, without...

View source: R/MatrixLazyEval_core.R

ExtendLazyMatrixR Documentation

Left- and right-multiply a LazyMatrix lazily, without performing any calculations.

Description

Left- and right-multiply a LazyMatrix lazily, without performing any calculations.

Usage

ExtendLazyMatrix(M, LEFT = NULL, RIGHT = NULL)

Arguments

M

LazyMatrix to be multiplied

LEFT, RIGHT

Lists of matrices to left- and right-multiply into M. Everything is done left to right, so if these contain X, Y (LEFT) and Z, W (RIGHT), the result will represent XYMZW . If these are not lists, they will be wrapped in lists and named using deparse(substitute()).


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