R/cpp11.R

Defines functions sparse_Matrix_to_fmm intmat_to_fmm mat_to_fmm intvec_to_fmm vec_to_fmm cpp_fmm_to_sparse_Matrix cpp_fmm_to_mat cpp_fmm_to_vec

Documented in intmat_to_fmm intvec_to_fmm mat_to_fmm sparse_Matrix_to_fmm vec_to_fmm

# Generated by cpp11: do not edit by hand

cpp_fmm_to_vec <- function(filename) {
  .Call(`_fastMatMR_cpp_fmm_to_vec`, filename)
}

cpp_fmm_to_mat <- function(filename) {
  .Call(`_fastMatMR_cpp_fmm_to_mat`, filename)
}

cpp_fmm_to_sparse_Matrix <- function(filename) {
  .Call(`_fastMatMR_cpp_fmm_to_sparse_Matrix`, filename)
}

vec_to_fmm <- function(r_vec, filename) {
  .Call(`_fastMatMR_vec_to_fmm`, r_vec, filename)
}

intvec_to_fmm <- function(r_vec, filename) {
  .Call(`_fastMatMR_intvec_to_fmm`, r_vec, filename)
}

mat_to_fmm <- function(r_mat, filename) {
  .Call(`_fastMatMR_mat_to_fmm`, r_mat, filename)
}

intmat_to_fmm <- function(r_mat, filename) {
  .Call(`_fastMatMR_intmat_to_fmm`, r_mat, filename)
}

sparse_Matrix_to_fmm <- function(input, filename) {
  .Call(`_fastMatMR_sparse_Matrix_to_fmm`, input, filename)
}

Try the fastMatMR package in your browser

Any scripts or data that you put into this service are public.

fastMatMR documentation built on Nov. 4, 2023, 1:08 a.m.