useDynLib(RcppML)
import(Rcpp)
import(Matrix)
importFrom(methods, as)
importFrom(stats, runif)
export(nnls)
export(project)
export(mse)
export(nmf)