EvaluateLazyMatrix: Compute a matrix product.

View source: R/MatrixLazyEval_core.R

EvaluateLazyMatrixR Documentation

Compute a matrix product.

Description

Compute a matrix product.

Usage

EvaluateLazyMatrix(
  M,
  LEFT = Matrix::Diagonal(1, n = nrow(M)),
  RIGHT = Matrix::Diagonal(1, n = ncol(M))
)

Arguments

M

object of class LazyMatrix.

LEFT

x in xMy.

This method is EAGER – it triggers calculations immediately.

RIGHT

y in xMy.


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