Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

SLOBE-Rcpp

Code for SLOBE algorithm in Rcpp

Usage

Both files are meant to be imported to R using the sourcecpp function in Rcpp library:

  library(Rcpp)
  
  Rcpp::sourceCpp('SLOBE_cpp.cpp') 
  Rcpp::sourceCpp('SLOBE_cpp_missing.cpp')

This will create in R environment functions 'SLOBE_admm_approx' and 'SLOBE_admm_approx_missing'

About

Code for SLOBE algorithm in Rcpp

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages