product: add a product_or variant

* src/twaalgos/product.cc, src/twaalgos/product.hh: Implement
the variance.
* src/bin/autfilt.cc: Expose it.
* src/tests/prodor.test: New file.
* src/tests/Makefile.am: Add it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-09-26 19:14:08 +02:00
parent b77f7e24c3
commit 51a3cfcede
6 changed files with 331 additions and 84 deletions

View file

@ -181,6 +181,7 @@ TESTS_twa = \
ltldo2.test \
maskacc.test \
maskkeep.test \
prodor.test \
simdet.test \
sim2.test \
sim3.test \