expand(x, ...)
showMethods(expand)
to list them
all.lu
, and the Cholesky
decompositions which have expand
methods;
facmul
.(x <- Matrix(round(rnorm(9),2), 3, 3))
(ex <- expand(lux <- lu(x)))
Run the code above in your browser using DataLab