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

Allow multiplying matrix by Complex<> on the left #1339

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

tpdickso
Copy link
Collaborator

This simply inserts Complex<f32> and Complex<f64> into the left_scalar_mul_impl! macro alongside the primitives' trait impls.

@tpdickso
Copy link
Collaborator Author

tpdickso commented Dec 24, 2023

@Andlon would you happen to know what the CUDA error here is? Looks like it's a lockfile issue but I'm not yet familiar with the CI setup. Nevermind, just found this! #1333

@tpdickso tpdickso requested a review from Ralith February 10, 2024 20:03
This simply inserts `Complex<f32>` and `Complex<f64>` into the
`left_scalar_mul_impl!` macro alongside the primitives' trait
impls.
@Andlon
Copy link
Sponsor Collaborator

Andlon commented Mar 28, 2024

I think it would be good to have some very basic tests that verify that it indeed does work in some basic cases. I think just verifying that an arbitrary complex number multipled with an arbitrary matrix gives expected results should be enough, I can't imagine that much could go wrong here!

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

Successfully merging this pull request may close these issues.

None yet

2 participants