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

Complex sparse matrices are not supported (Trac #39) #566

Closed
scipy-gitbot opened this issue Apr 25, 2013 · 2 comments
Closed

Complex sparse matrices are not supported (Trac #39) #566

scipy-gitbot opened this issue Apr 25, 2013 · 2 comments
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Migrated from Trac

Comments

@scipy-gitbot
Copy link

Original ticket http://projects.scipy.org/scipy/ticket/39 on 2006-03-16 by unknown, assigned to unknown.

@scipy-gitbot
Copy link
Author

Attachment added by unknown on 2006-03-16: sparse_test.py

@scipy-gitbot
Copy link
Author

trac user EdSchofield wrote on 2006-03-16

You need to use the dtype=complex or dtype=numpy.complex128 keyword argument in the csr/c_matrix constructor. The default data type is float64. I think this works fine ...

Nils, could you please attach your username to bug reports? Thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Migrated from Trac
Projects
None yet
Development

No branches or pull requests

1 participant