powered by
lu(x, ...)
x
methods("lu")
lu
qr
chol
x <- Matrix( rnorm(9), 3, 3) lu(x)
Run the code above in your browser using DataLab