Description Usage Arguments Details Value Note See Also Examples
Expands decompositions stored in compact form into factors.
1 |
x |
a matrix decomposition. |
... |
further arguments passed to or from other methods. |
This is a generic function with special methods for different types
of decompositions, see showMethods(expand)
to list them
all.
The expanded decomposition, typically a list of matrix factors.
Factors for decompositions such as lu
and qr
can be
stored in a compact form.
The function expand
allows all factors to be fully expanded.
The LU lu
, and the Cholesky
decompositions which have expand
methods;
facmul
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.