This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reading and writing GSL random number generators


Alan Aspuru-Guzik writes:
 > I know that if I don't implement things into the GSL myself, I
 > shouldn't open my mouth <grin>, but nevertheless, eventually, I
 > would like for that feature to be added (the gsl_*_snprintf)
 > functions.  What is wrong with this? Would this bloat the library
 > too much?

As a general rule GSL is numerical and shouldn't do I/O or formatting,
so the existing I/O functions were already something of an exception.

If you make the gsl object visible in a higher-level language
(e.g. vector through python buffer object) then it should be possible
to use all the standard modules for xml/persistence in that language.
This is what I would recommend, rather than doing everything in C.

-- 
Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]