p_check_sparsity {CMF} | R Documentation |
Internal function for checking whether the input is in the right format
p_check_sparsity(mat, max_row, max_col)
mat |
An input matrix of class |
max_row |
Maximum row index for |
max_col |
Maximum column index for |
TRUE
if the input is in coordinate/triplet format.
FALSE
otherwise.