lu(x, ...)
"LU"
, see LU-class
; this is
a representation of a triangular decomposition of x
.methods("lu")
to list all the methods
for the lu
generic.LU-class
and expand
;
qr
, chol
.x <- Matrix(rnorm(9), 3, 3)
lu(x)
Run the code above in your browser using DataLab