Rev 155 | Rev 3172 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
setMethod("expand", signature(x = "LU"), function(x, ...) .Call("LU_expand", x))
setMethod("expand", signature(x = "LU"),
function(x, ...) .Call("LU_expand", x))