Isprime optimus [FAST]

Primality test using isprime Matlab(r) stock function, but ~60% faster for vectors.
7 Downloads
Aktualisiert 24. Aug 2024
Once downloaded, typewrite 'help isprime_optimus' in Matlab console for support.
To benefit from the file documentation attached, be sure to download the files, not to just copy and paste them.
Input
u : a vector of integers sorted in ascending order.
Output
is_prime : logical vector, result of u primality test. size(is_prime) = size(u).
Please don't forget to rate if this code helped you. Thanks ! ;-)

Zitieren als

Nicolas Douillet (2024). Isprime optimus [FAST] (https://github.com/NicolasDouillet/isprime_optimus/releases/tag/v1.1), GitHub. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2019b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.