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
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
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
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
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
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
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