File: RcppExports.R

package info (click to toggle)
r-bioc-biocsingular 1.22.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: cpp: 211; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @useDynLib BiocSingular
#' @importFrom Rcpp sourceCpp
compute_center <- function(mat, nthreads) {
    .Call('_BiocSingular_compute_center', PACKAGE = 'BiocSingular', mat, nthreads)
}

compute_center_and_scale <- function(mat, nthreads) {
    .Call('_BiocSingular_compute_center_and_scale', PACKAGE = 'BiocSingular', mat, nthreads)
}

compute_scale <- function(mat, centers, nthreads) {
    .Call('_BiocSingular_compute_scale', PACKAGE = 'BiocSingular', mat, centers, nthreads)
}