> Aside from that what does one do when one has to program in C/C++ and > badly misses the nice matrix based commands/operators that are easily > available in octave/matlab etc . >
I made my own sort of gsl C++ wrapper code, that basically calls the gsl code in the normal way, but allows me to use a nicer C++ style that is easier for me to read and such. This also strikes me as the kind of thing that people might have done elsewhere as well. Anyway, I've attached the classes that I made. Use them/add to them if they're the kind of things that you're looking for. Kevin -- Kevin Channon School of Chemistry University of Bristol UK
gslmm.tar.gz
Description: GNU Zip compressed data
_______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
