gsl_matrix_add

Roman Werpachowski rwerp@gazeta.pl
Tue Aug 3 12:15:00 GMT 2004


Since gsl_matrix_add is a basic function for adding matrices, it should perfom 
and operation

gsl_matrix_add(a, b, c) --> c = a + b

not just

gsl_matrix_add(a, b) --> a = a + b.

Now to add two matrices and store the result in the third, I have to call two 
functions instead of just one.

-- 
Ten e-mail został sprawdzony i 
zaakceptowany przez fretkę Tintin.





More information about the Gsl-discuss mailing list