Isprime optimus [FAST]

버전 1.6 (1.42 KB) 작성자: Nicolas Douillet
Primality test using isprime Matlab(r) stock function, but ~60% faster. Based on Nicolas Douillet 'Christmas eve prime squares expression'.
다운로드 수: 7
업데이트 날짜: 2023/12/31

라이선스 보기

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 ! ;-)

인용 양식

Nicolas Douillet (2024). Isprime optimus [FAST] (https://www.mathworks.com/matlabcentral/fileexchange/156359-isprime-optimus-fast), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.6

+ fast tag

1.5

Update overview

1.4

help / header + comments and description.

1.3

Sampling expression factorization

1.2

Minor comment add + copyright year.

1.1

+ CPU time curves comparison picture

1.0.0