Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
Guys, I'm thinking of using the gsl-blas routines provided by gsl to do some basic linear algebra stuff. Now, I want to do something really simple, do a scaler multiply of 2 vectors, (i.e. for (int i=0;i<VecSize;i++) c[i] = a[i]*b[i] ) Now I could write the for loop, but I would like to stick to using the gsl-blas routines to do all vector and matrix manipulations. My problem is that I can't seem to find a vector multiply function! What's the trick? Thanks. Steve.
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |