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