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