dgCMatrix_cols_to_zero {BayesfMRI} | R Documentation |
Set column values to zero for sparse matrix
Description
Set column values to zero for sparse matrix
Usage
dgCMatrix_cols_to_zero(mat, cols)
Arguments
mat |
dgCMatrix |
cols |
The column indices to set to zero |
Value
The modified sparse matrix
[Package BayesfMRI version 0.10.1 Index]