Timeline for How to check is there any negative term in a large list?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 28, 2019 at 8:40 | comment | added | a b | Thank you very much. | |
| Mar 27, 2019 at 20:03 | comment | added | Roman | This is about 100 times faster than any of the other solutions. Impressive! | |
| Mar 27, 2019 at 18:01 | comment | added | Henrik Schumacher | Very good solution! This avoids lists of Booleans and hence allows for vectorization. (Boolean arrays cannot be packed.) | |
| Mar 27, 2019 at 16:08 | comment | added | J. M.'s missing motivation | ...i.e. NonNegative[Min[list]]. | |
| Mar 27, 2019 at 16:06 | history | answered | sakra | CC BY-SA 4.0 |