DedalusProject / dedalus

A flexible framework for solving PDEs with modern spectral methods.
http://dedalus-project.org/
GNU General Public License v3.0
489 stars 115 forks source link

Fix Hermitian transpose #297

Closed csskene closed 2 months ago

csskene commented 2 months ago

This pull request fixes the changes made to Hermitian transposes in commit a1d7884. toarray() is changed to .T so that the matrix is transposed and maintains its sparsity.