R/getD2d.R

Defines functions getD2d

Documented in getD2d

getD2d <- function(dim1, dim2) {
  return(as.matrix(getD2dSparse(dim1,dim2)))
}

Try the genlasso package in your browser

Any scripts or data that you put into this service are public.

genlasso documentation built on Aug. 22, 2022, 9:09 a.m.