lapack

Data Types in Accelerate.framework

I'm working on a program that uses the Accelerate framework (for LAPACK) and I have several issues. The code is written in C but needs to include C++ headers. I renamed the file to .cpp but it caused two errors, shown below. So I then realized tried to #include <Accelerate/Accelerate.h> to include the headers, since what our LAPACK ...