MultipleQR

버전 3.0.2 (14.4 KB) 작성자: Bruno Luong
Perform a bunch of QR factorization of same size matrix
다운로드 수: 141
업데이트 날짜: 2020/12/2

라이선스 보기

If you have many (small) matrices that need to factorized in QR, instead of calling MATLAB qr in the for-loop you could use this function that can reduce by more than 6 the runtime.

According to my test MultipleQR is faster than MATLAB qr when dimension <= 10 and slower beyond that

인용 양식

Bruno Luong (2024). MultipleQR (https://www.mathworks.com/matlabcentral/fileexchange/68976-multipleqr), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Uncheck compatibility with Linux and Mac, due to unknown OpenMP mex building command by the author

3.0.1

Implementation in MEX openmp

2.0.4

speed optimization

2.0.3

Add a note on the determinant value of Q

2.0.2

Speed optimization
Add script for benchmark

2.0.1

Fix issue when number of page is 0

2.0.0

Fix issue of tall matrices
Option to output economic size output
Implement multi-solver using QR decomposition

1.0.0