powered by
Compute the determinant of a lazy matrix.
lazyDet(M)
A lazy number (lazyVector object with length 1).
lazyVector
a lazyMatrix object corresponding to a square matrix
lazyMatrix
M <- lazymat(toeplitz(c(3, 2, 1))) as.double(lazyDet(M))
Run the code above in your browser using DataLab