https://github.com/cran/Matrix
Raw File
Tip revision: b4c9905339b8969c461db0f10b0dab09a915ec23 authored by Douglas Bates on 24 February 2005, 00:00:00 UTC
version 0.95-2
Tip revision: b4c9905
lu.R
setMethod("expand", signature(x = "LU"),
          function(x, ...) .Call("LU_expand", x))
back to top