Rev 2127 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
setMethod("expand", signature(x = "LU"), function(x, ...) .Call("LU_expand", x, PACKAGE = "Matrix"))
setMethod("expand", signature(x = "LU"),
function(x, ...)
.Call("LU_expand", x, PACKAGE = "Matrix"))