https://github.com/cran/Matrix
Raw File
Tip revision: 9e1209aed2802bc7872013611999a8272f359cdf authored by Douglas Bates on 12 April 2004, 00:00:00 UTC
version 0.8-3
Tip revision: 9e1209a
lu.R
setMethod("expand", signature(x = "LU"),
          function(x, ...) .Call("LU_expand", x, PACKAGE = "Matrix"))
back to top