ExtractElementsLazyMatrix: Evaluate elements of a LazyMatrix.

View source: R/MatrixLazyEval_core.R

ExtractElementsLazyMatrixR Documentation

Evaluate elements of a LazyMatrix.

Description

Evaluate elements of a LazyMatrix.

Usage

ExtractElementsLazyMatrix(M, i, j, drop = T)

Arguments

M

LazyMatrix

i, j

Integer vectors.

drop

If TRUE, return something 1d. Otherwise, return something 2d.

This method is EAGER – it triggers calculations immediately.


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