alloc_array: Allocate 3d-array and fill with matrix along first dimension

View source: R/RcppExports.R

alloc_arrayR Documentation

Allocate 3d-array and fill with matrix along first dimension

Description

Allocate 3d-array and fill with matrix along first dimension

Usage

alloc_array(input, n_cl)

Arguments

input

the matrix of size ⁠n_obs x n_genes⁠

n_cl

the size of the three-dimensional array's first dimension

Value

The allocated and filled array of size ⁠n_cl x n_obs x n_genes⁠


scregclust documentation built on April 4, 2025, 3:03 a.m.