Skip to content

Commit

Permalink
Merge pull request #85 from phaverty/optimize_int_writes
Browse files Browse the repository at this point in the history
Optimize int writes
  • Loading branch information
kaneplusplus committed Jul 9, 2018
2 parents 9d2c01b + 5f88695 commit e73b6d6
Show file tree
Hide file tree
Showing 6 changed files with 466 additions and 440 deletions.
4 changes: 4 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

to_int_checked <- function(x) {
.Call(`_bigmemory_to_int_checked`, x)
}

GetIndivMatrixElements <- function(bigMatAddr, col, row) {
.Call(`_bigmemory_GetIndivMatrixElements`, bigMatAddr, col, row)
}
Expand Down
Loading

0 comments on commit e73b6d6

Please sign in to comment.