[F-Script-talk] Adding Math Methods to Arrays
Brought to you by:
pmougin
From: Peter A P. <p.a...@su...> - 2008-06-23 17:29:25
|
Hi Philippe and All, I'm starting to work my way through the F-Script framework code, and the first thing I would like to do is add some additional math operators to the ArrayRepDouble class. Could you possibly give me a quick overview of the framework classes I will need to modify in order for this to work properly? Specifically, what I would like to add is a bunch of statistics and vector operations for arrays of doubles. I have been writing Obj-C wrappers (or alternative functions) for many of the functions in the GNU Scientific Library, and I would like to bring these into F-Script so I can avoid the back and forth conversion of arrays of doubles- >NSNumbers->doubles. I may also be interested in contributing a plotting/graphing application for arrays of doubles to F-Script, I have one I am developing for visualizing large time series data sets that will probably work well. Let me know if this might be interesting. Best, Peter Peter Passaro Research Officer Dept of Informatics/Dept of Biology Pevensey III University of Sussex Falmer, Brighton BN1 9QH, UK Office + 44 (0)1273 877590 P.A...@su... |