extract_row_from_csr_matrix: Extract row from compressed sparse row matrix

Description Usage

View source: R/matrix_functions.R

Description

This function is similar to extract_column_from_csc_matrix; see the documentation of that function.

Usage

1
2
3
4
5
6
extract_row_from_csr_matrix(
  row_nos,
  csr_mat,
  zero_based_idx = TRUE,
  col_subset = NULL
)

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