lazyDet: Determinant of lazy matrix

View source: R/lazyMatrices.R

lazyDetR Documentation

Determinant of lazy matrix

Description

Compute the determinant of a lazy matrix.

Usage

lazyDet(M)

Arguments

M

a lazyMatrix object corresponding to a square matrix

Value

A lazy number (lazyVector object with length 1).

Examples

M <- lazymat(toeplitz(c(3, 2, 1)))
as.double(lazyDet(M))

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