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
We should first identify if this behavior comes from the C++ layer or the Python layer (which also includes a scipy adaptation step)
Interestingly explicittype and matrix ordering information play an important role. Ideally extra tests and subsequent adaptations should be pushed to the Python-layer side so that no additional tricks would be needed on the user side.
Anyway the following sequence of fragments seem to work for the purpose of sketching sparse matrices (graphs) in Python, sample output also included:
Reported by @gidiko:
Using the following snippet in python:
gives
We should first identify if this behavior comes from the C++ layer or the Python layer (which also includes a scipy adaptation step)
Interestingly explicit type and matrix ordering information play an important role. Ideally extra tests and subsequent adaptations should be pushed to the Python-layer side so that no additional tricks would be needed on the user side.
Anyway the following sequence of fragments seem to work for the purpose of sketching sparse matrices (graphs) in Python, sample output also included:
And then switching to CWT(?):
The text was updated successfully, but these errors were encountered: