
Last chance! 50% off unlimited learning
Sale ends in
Expands decompositions stored in compact form into factors.
expand(x, …)
a matrix decomposition.
further arguments passed to or from other methods.
The expanded decomposition, typically a list of matrix factors.
This is a generic function with special methods for different types
of decompositions, see showMethods(expand)
to list them
all.
The LU lu
, and the Cholesky
decompositions which have expand
methods;
facmul
.
# NOT RUN {
(x <- Matrix(round(rnorm(9),2), 3, 3))
(ex <- expand(lux <- lu(x)))
# }
Run the code above in your browser using DataLab