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
Pybind seems to create Python functions that will produce output without visible issues on almost any array, even when the C++ requires ie: self-adjoint input. Can we get the C++ code to check for self-adjoint (or symmetric, whatever it asks for)? We can do it on the Python side, but I think it would perform slower
The text was updated successfully, but these errors were encountered:
Pybind seems to create Python functions that will produce output without visible issues on almost any array, even when the C++ requires ie: self-adjoint input. Can we get the C++ code to check for self-adjoint (or symmetric, whatever it asks for)? We can do it on the Python side, but I think it would perform slower
The text was updated successfully, but these errors were encountered: