How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?

조회 수: 3 (최근 30일)
How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?

채택된 답변

Mike Croucher
Mike Croucher 2024년 12월 5일
편집: Mike Croucher 2024년 12월 5일
The acceleration in Apple Accelerate comes from the BLAS, not the LAPACK.
On Apple Silicon, MATLAB uses a custom LAPACK from NAG as you'll see if you run
version -lapack
ans =
'NAG Performance Components (NPC) Release 1.2.1, supporting Linear Algebra PACKage (LAPACK 3.9.1)'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

태그

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by