RobinHankin / spray

sparse arrays and fast multivariate polynomials
https://robinhankin.github.io/spray/
2 stars 2 forks source link

zap() or zapsmall() needed #10

Closed RobinHankin closed 4 years ago

RobinHankin commented 4 years ago

The package needs to be able to kill rows of a spray object that are small in some sense. It needs an equivalent of base::zapsmall(). See also

https://github.com/RobinHankin/stokes/issues/34

for where this would be useful in the stokes package.