开发者

GSL function to replace catlas_daxpby

开发者 https://www.devze.com 2023-02-18 12:25 出处:网络
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 functi

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

精彩评论

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