# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
fast_row_sums <- function(A) {
.Call(`_ACTIONetExperiment_fast_row_sums`, A)
}
fast_column_sums <- function(A) {
.Call(`_ACTIONetExperiment_fast_column_sums`, A)
}
fast_row_max <- function(A) {
.Call(`_ACTIONetExperiment_fast_row_max`, A)
}
bind_mats_sparse <- function(X1, X2, dim = 0L) {
.Call(`_ACTIONetExperiment_bind_mats_sparse`, X1, X2, dim)
}
bind_mats_dense <- function(X1, X2, dim = 0L) {
.Call(`_ACTIONetExperiment_bind_mats_dense`, X1, X2, dim)
}
csr_sort_indices_inplace <- function(Ap, Aj, Ax) {
invisible(.Call(`_ACTIONetExperiment_csr_sort_indices_inplace`, Ap, Aj, Ax))
}
csc_sort_indices_inplace <- function(Ap, Ai, Ax) {
invisible(.Call(`_ACTIONetExperiment_csc_sort_indices_inplace`, Ap, Ai, Ax))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.