objective c - Using BLAS or LAPACK with Xcode -


i'm looking guide on how incorporate blas or lapack functions objective c program developed through xcode. sources can find online of programs in blas/lapack written in fortran - confusing. how 1 make use of blas/lapack , still code in objective c? there online examples/guides? want able perform matrix operations elements of matrix have complex values.

cheers,

shaddy

the headers c interfaces cblas.h , clapack.h. part of veclib framework, part of accelerate framework.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -