Learn R Programming

chickn (version 1.2.3)

cumsum_parallel: Cumulative sum computation

Description

Parallel implementation of the cumulative sum of the matrix columns.

Usage

cumsum_parallel(X, A_cumsum)

Arguments

X

A Filebacked Big Matrix n x N.

A_cumsum

A Filebacked Big Matrix n x N, where cummulative sums are stored.