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: CBlas Call


>From the manual: y = alpha op(A)x + beta y
So the result is stored in y

Greetings,
Fleur

> Where is the result stored for the CBLAS call
>
> gsl_blas_dgemv( CBLAS_TRANSPOSE_t , double alpha, const gsl_matrix *A,
>                   gsl_vector *x, double beta, gsl_vector *y )
>
> Being new to gsl I don't think I understand where the results are stored.
>
> If anyone has some example code, I'd be greatful.
>
> Thanks,
> Danny
>


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