useDynLib(Sieve, .registration=TRUE)
importFrom(Rcpp, evalCpp)
export(sieve_preprocess)
export(sieve_solver)
export(sieve_predict)
export(GenSamples)
export(sieve.sgd.preprocess)
export(sieve.sgd.solver)
export(sieve.sgd.predict)
export(create_index_matrix)
#' @importFrom combinat permn
importFrom("stats", "coef", "quantile", "rnorm", "runif", "rbinom")
importFrom("glmnet", "glmnet")
importFrom("utils", "combn")
importFrom("methods", "is")
importFrom("MASS", "mvrnorm")
