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: is there a vector cross product function?


 Brian Gough [Tuesday 9 March 2004] :
 > There is a tensor directory on the tensor-1-3 branch in the gsl cvs
 > repository on savannah.gnu.org, written by Jordi Burguet Castell.
 > 
 > It is a tricky problem though, in my opinion.
 > 
 > The approach there uses the correct type of struct, but I feel it
 > needs to use arrays instead of varargs for passing the
 > n-dimensional arguments in and out.

Ugh yes, varargs are a bit problematic when writing bindings for other
languages. 

-- 
   Olivier


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