开发者

GSL function to replace catlas_daxpby

I want to replace catlas_daxpby function from ATLAS lib开发者_开发知识库rary with a GSL equivalent function. Is there any?


There's the Level 1 GSL BLAS Interface which indicates that there's a function:

int gsl_blas_daxpy (double alpha, const gsl_vector * x, gsl_vector * y)

There are also these vector operations that might have what you're looking for.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜