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

numpy array support #8

Open
kolingv opened this issue Jan 21, 2020 · 1 comment
Open

numpy array support #8

kolingv opened this issue Jan 21, 2020 · 1 comment

Comments

@kolingv
Copy link

kolingv commented Jan 21, 2020

Hi, nice to see your effort of offering such library.
Could you offer numpy array support? As for signal processing, we usually do with numpy arrays, not just signle value.

@rwpenney
Copy link
Owner

I agree that signal-processing often involves both linear-algebra and fixed-point arithmetic.
However, providing general-purpose matrix functions within SPFPM would not be a small change, and the effects of fixed-point precision may be quite sensitive to the particular matrix algorithm one chooses.
I'd certainly be interested to receive any patches that might allow SPFPM to be better aligned with numpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants