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
Make fillband! public and specialize for banded matrices (#1345)
In parallel with `fillstored!`, this allows one to fill a structured
matrix. In addition, this is a useful function in structured matrix
multiplication operations where only certain bands need to be populated.
It would be good to have this public, so that sparse matrix types may
add methods.
0 commit comments