开发者

Using BLAS or LAPACK with Xcode

开发者 https://www.devze.com 2023-04-12 02:00 出处:网络
I\'m looking for a good guide on how to incorporate BLAS or LAPACK functions into my Objective C Program developed through Xcode.The only sources I can find online of programs in BLAS/LAPACK are writt

I'm looking for a good guide on how to incorporate BLAS or LAPACK functions into my Objective C Program developed through Xcode. The only sources I can find online of programs in BLAS/LAPACK are written in Fortran - this is confusing. How does one make use of BLAS/LAPACK and still code in Objective C? Are there any online examples/guides? I want to be able to perform matrix operati开发者_如何学编程ons where elements of the matrix have complex values.

Cheers,

Shaddy


the headers for the C interfaces are cblas.h and clapack.h. they are part of the vecLib framework, which is part of the Accelerate framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号