R/getDtf.R

Defines functions getDtf

Documented in getDtf

getDtf <- function(n, ord) {
  return(as.matrix(getDtfSparse(n,ord)))
}
glmgen/genlasso documentation built on Jan. 2, 2023, 7:01 a.m.