R/getD2d.R

Defines functions getD2d

Documented in getD2d

getD2d <- function(dim1, dim2) {
  return(as.matrix(getD2dSparse(dim1,dim2)))
}
glmgen/genlasso documentation built on Jan. 2, 2023, 7:01 a.m.