help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] BLAS - identical source and destination arguments OK?


From: Philipp Klaus Krause
Subject: [Help-gsl] BLAS - identical source and destination arguments OK?
Date: Fri, 13 Feb 2009 22:08:08 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Will the following work a intended or will I have to create another
gsl_vector for temporary storage?

gsl_blas_dgemv(CblasNoTrans, 1.0, data->eigenvectors, data->primary,
0.0, data->primary);

Philipp





reply via email to

[Prev in Thread] Current Thread [Next in Thread]