flip_csc_matrix: Flip compressed sparse column matrix

Description Usage Arguments

View source: R/matrix_functions.R

Description

Flip a matrix in compressed sparse column format to compressed sparse row format

Usage

1
flip_csc_matrix(csc_mat, zero_based_idx = TRUE)

Arguments

csc_mat

a matrix in compressed sparse column format

zero_based_idx

(boolean) are the i and p vectors 0-indexed?


Timothy-Barry/ravel documentation built on Oct. 16, 2020, 12:40 a.m.