Hack My Life
library(Matrix) x <- Matrix(rnorm(9), 3, 3) elu <- expand(lu(x,sparse=F)) y <- elu$L %*% elu$U
Post a Comment
No comments:
Post a Comment