I am really lost and very much a newbie to programming. I am trying to use the BLAS and LAPACK libraries. I am programming in VSCODE and at the terminal when I'm trying to run my code I am using this command - g++ MV_mult_sequential.cpp -I/usr/local/include -L/usr/local/lib -llapack -lblas. I think there is some way I could be using Accelerate to do this, but again I have no clue.
I have no idea if I'm doing anything correctly. I could use some guidance.