https://github.com/cran/Matrix
Raw File
Tip revision: 7de360e60bb82728d10895f2cc29646ec7006df4 authored by Douglas Bates on 15 September 2006, 00:00:00 UTC
version 0.995-19
Tip revision: 7de360e
lu.R
setMethod("expand", signature(x = "denseLU"),
	  function(x, ...) .Call(LU_expand, x))
back to top