复杂数字的C ++ Bessel函数 [英] C++ Bessel function for complex numbers

查看:613
本文介绍了复杂数字的C ++ Bessel函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现第一种和第二种类型的Bessel函数描述bessel函数用于C ++中的复数。现在我正在寻找可能性,在我的源代码中介绍他们。因为math.h只包含实数的贝塞尔函数,所以我有兴趣看到任何种类的可能性。

I want to implement the Bessel functions of first and second kindDescription of bessel functions for complex numbers in C++. Now I am looking for possibilities to introduce them in my source code. Since math.h only contains bessel functions for real numbers, I would be interested in seeing any kind of possibility.

推荐答案

a href =http://www.boost.org/ =nofollow> Boost库实现第一和第二类的普通贝塞尔函数,以及第一和第二类的修改的贝塞尔函数,用于实数和复数(请参阅文档Bessel功能)。

The Boost library implements ordinary Bessel functions of the first and second kind and modified Bessel functions of the first and second kind for both real and complex numbers (see documentation about Bessel functions).

Don' t尝试重新发明轮子,只是使用Boost实现,远远优于任何你自己写的东西。

Don't try to reinvent the wheel, just use the Boost implementation which is far superior to anything you could write yourself.

这篇关于复杂数字的C ++ Bessel函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆