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
Post a Comment