Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exponentially scalable modified Bessel function of the second kind #69451

Open
0x00b1 opened this issue Dec 6, 2021 · 1 comment
Open

Exponentially scalable modified Bessel function of the second kind #69451

0x00b1 opened this issue Dec 6, 2021 · 1 comment
Labels
feature A request for a proper, new feature. module: special Functions with no exact solutions, analogous to those in scipy.special triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@0x00b1
Copy link
Contributor

0x00b1 commented Dec 6, 2021

馃殌 Feature

Exponentially scaled modified Bessel function of the second kind equivalent to scipy.special.kve or besselk from MATLAB.

Motivation

Implementing a Bessel filter

cc @mruberry @kshitij12345

@anjali411 anjali411 added module: special Functions with no exact solutions, analogous to those in scipy.special triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Dec 6, 2021
@mruberry mruberry added the feature A request for a proper, new feature. label Dec 8, 2021
@mruberry
Copy link
Collaborator

mruberry commented Dec 8, 2021

cc @kshitij12345 too

With the addition of the jiterator we can now add special operations with minimal build time, build size, and CUDA context size impact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A request for a proper, new feature. module: special Functions with no exact solutions, analogous to those in scipy.special triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

3 participants