zero_lead_rows {polyMatrix} | R Documentation |
Get zero lead rows of matrix M
Description
Get zero lead rows of matrix M
Usage
zero_lead_rows(M, eps = ZERO_EPS)
Arguments
M |
Numerical matrix |
eps |
Machine epsilon to determinate zeros |
Value
vector of idx (length is equal to columm number), NULL in case of error
[Package polyMatrix version 0.9.16 Index]