R/getDtfPos.R

Defines functions getDtfPos

Documented in getDtfPos

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