Re: C numerical libraries for integrating with Cocoa

2009-04-23 Thread Tommy Nordgren
On Apr 17, 2009, at 6:56 PM, Chris Goedde wrote: Hi, I'm looking for suggestions for C numerical libraries to integrate with a Cocoa app. Either freeware or commercial is okay, I'm looking for something that will compile under Leopard and integrate with Xcode without too much fiddling ar

Re: C numerical libraries for integrating with Cocoa

2009-04-20 Thread Boyd Collier
I've used parts of the GNU Scientific Library. The code for particular functions is excellent (or at least what I've used or looked at), but the library is very large and it took me quite a while to separate out just the parts that I wanted to use and to make sure that I had the needed hea

Re: C numerical libraries for integrating with Cocoa

2009-04-20 Thread Chris Goedde
On Apr 17, 2009, at 1:53 PM, Boyd Collier wrote: Have you looked at the book "Numerical Recipes in C"? You can view a copy on-line at http://www.fizyka.umk.pl/nrbook/c1-0.pdf (and probably other places as well). Yes, maybe I should have mentioned that. (Actually, I'm old enough that my

Re: C numerical libraries for integrating with Cocoa

2009-04-17 Thread Boyd Collier
Have you looked at the book "Numerical Recipes in C"? You can view a copy on-line at http://www.fizyka.umk.pl/nrbook/c1-0.pdf (and probably other places as well). About 15 years ago, there was a commercially produced package called NuTools that would do everything you want, though perhaps

Re: C numerical libraries for integrating with Cocoa

2009-04-17 Thread WT
Hi Chris, there's Numerical Recipes... http://www.nr.com/ I have the 2nd C edition of the book (there's now a 3rd edition, in C+ +, with lots of new material) and have used their code in the past, with great success. Wagner On Apr 17, 2009, at 6:56 PM, Chris Goedde wrote: Hi, I'm lookin

Re: C numerical libraries for integrating with Cocoa

2009-04-17 Thread Kevin Cathey
Check out the Accelerate framework. It includes standard libraries like LAPACK, BLAS, vDSP, and vImage: http://developer.apple.com/performance/accelerateframework.html Kevin -- Kevin Cathey On 17 Apr 2009, at 11:56, Chris Goedde wrote: Hi, I'm looking for suggestio

C numerical libraries for integrating with Cocoa

2009-04-17 Thread Chris Goedde
Hi, I'm looking for suggestions for C numerical libraries to integrate with a Cocoa app. Either freeware or commercial is okay, I'm looking for something that will compile under Leopard and integrate with Xcode without too much fiddling around. I don't need anything too fancy, solving set