-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Description
After working on #584, I noticed the sparse implementation of SUNMatScaleAdd has a indexptrs not necessarily being sorted for each column (assuming CSC). After reviewing the csparse implementation, on which I think the current algorithm is roughly based, I see two possible approaches to improve SUNMatScaleAdd performance that I can test.