Raw File
lu.R
setMethod("expand", signature(x = "LU"),
          function(x, ...) .Call("LU_expand", x))
back to top