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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: add assign and strided methods to math/base/special/csignumf #6507

Open
3 tasks done
anandkaranubc opened this issue Apr 2, 2025 · 1 comment
Open
3 tasks done
Labels
difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. JavaScript Issue involves or relates to JavaScript. Math Issue or pull request specific to math functionality. priority: Low Low priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.

Comments

@anandkaranubc
Copy link
Contributor

Description

This RFC proposes adding an implementation for csignumf.assign( re, im, out, strideOut, offsetOut ) and csignumf.strided( z, sz, oz, out, so, oo ) in math/base/special/csignumf

For csignumf.assign( re, im, out, strideOut, offsetOut ), the function supports the following parameters:

re: real component of the complex number.
im: imaginary component of the complex number.
out: output array.
strideOut: stride length for out.
offsetOut: starting index for out.

For csignumf.strided( z, sz, oz, out, so, oo ), the function supports the following parameters:

z: complex number strided array view.
sz: stride length for z.
oz: starting index for z.
out: output array.
so: stride length for out.
oo: starting index for out.

Related Issues

Reference implementation

Reference comment

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@anandkaranubc anandkaranubc added Feature Issue or pull request for adding a new feature. JavaScript Issue involves or relates to JavaScript. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. RFC Request for comments. Feature requests and proposed changes. priority: Low Low priority concern or feature request. Math Issue or pull request specific to math functionality. labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. JavaScript Issue involves or relates to JavaScript. Math Issue or pull request specific to math functionality. priority: Low Low priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

No branches or pull requests

2 participants