arrays of doubles
arrays of doubles
- Subject: arrays of doubles
- From: Boyd Collier <email@hidden>
- Date: Fri, 3 Feb 2006 12:12:58 -0800
I've created some rather simple classes to deal with arrays and
matrices of doubles, etc. that I use in carrying out a lot of
statistical number crunching. My motivation is that it seems like
working strictly with NSNumber is cocoa and OOP overkill (at least
for my purposes), and as an old c-coder with lots of legacy code that
makes use of arrays of doubles, I find it a lot easier to think in
these terms. Thus far, I've not run into any problems with my code,
but it seems likely that I'm re-inventing the wheel. Surely someone
else using cocoa for scientific computing has already created a nice
family of classes that handle arrays and matrices of ints and
doubles. I know that this sort of stuff is common in c++, but from
what I've read on this list, I'd like to avoid using both objective-c
and c++ in the same project. If someone knows of an objective-c
library for doing this sort of thing, I'd very much appreciate
receiving information about it.
Thanks, Boyd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden