All posts for the month December, 2012

Using the GNU Scientific Library with Xcode

The GNU Scientific Library (GSL) includes convenient use to matrices among other things.  One convenient way to install GSL is using homebrew.  Once installed a quick “brew install gsl” will do the work for you.  To then use GSL with Xcode, do the following: Create a new Xcode Project Edit Build Settings Under “Other Linker […]