zero_lead_hyp_rows {polyMatrix} | R Documentation |
Get zero lead hyper rows of size sub_nrow of matrix M
Description
Get zero lead hyper rows of size sub_nrow of matrix M
Usage
zero_lead_hyp_rows(M, sub_nrow, esp = ZERO_EPS)
Arguments
M |
Numerical matrix |
sub_nrow |
Size of hyper row |
esp |
Machine epsilon to determinate zeros |
Value
vector of idx of hyperrows, NaN for columns without zeros
[Package polyMatrix version 0.9.16 Index]