• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
arrays of doubles
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: arrays of doubles
      • From: Daniel J Farrell <email@hidden>
  • Prev by Date: Detecting when the user trys to select text
  • Next by Date: RE: loadHTMLString generating errors?
  • Previous by thread: Detecting when the user trys to select text
  • Next by thread: Re: arrays of doubles
  • Index(es):
    • Date
    • Thread