This is the mail archive of the gsl-discuss@sourceware.org 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: GSL 2.0 roadmap (one man's view)


At Sun, 20 Sep 2009 12:35:59 +0300,
Tuomo Keskitalo wrote:
> I'd like to know how the developers of GSL ended up using gsl_block 
> within gsl_vector and gsl_matrix. Why is it needed?

The block type corresponds to the C++ valarray class (the gsl_block
struct members are the same as those in C++ valarrays).  The idea was
that it would simplify interoperability with C++.

-- 
Brian Gough


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