lazyMatrix | R Documentation |
Create a lazy matrix.
as.lazyMatrix(x) lazymat(x, dim = NULL)
x |
a numeric matrix, a numeric vector, a |
dim |
ignored if |
An object of class lazyMatrix
.
library(lazyNumbers) M <- lazymat(toeplitz(c(1, 2))) as.double(M + M) as.double(M * M) as.double(M %*% M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.