lazyMatrix-unary: Unary operators for lazy matrices

lazyMatrix-unaryR Documentation

Unary operators for lazy matrices

Description

Unary operators for lazy matrices.

Usage

## S4 method for signature 'lazyMatrix,missing'
e1 + e2

## S4 method for signature 'lazyMatrix,missing'
e1 - e2

Arguments

e1

object of class lazyMatrix

e2

nothing

Value

A lazyMatrix object.


lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.