You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be great to allow for complex-valued states/operators/snapshot matrices.
Describe the solution you'd like
Allow integration of complex-valued ODEs + solve the least squares problem using complex-valued snapshot matrices. I believe this could be done easily by changing the dtype in certain definitions to allow complex128.
The text was updated successfully, but these errors were encountered:
This is a great idea. Ideally we should check the type of the states/inputs so we don't use a complex type unless necessary, but this shouldn't be too bad.
Is your feature request related to a problem? Please describe.
It would be great to allow for complex-valued states/operators/snapshot matrices.
Describe the solution you'd like
Allow integration of complex-valued ODEs + solve the least squares problem using complex-valued snapshot matrices. I believe this could be done easily by changing the dtype in certain definitions to allow complex128.
The text was updated successfully, but these errors were encountered: