A[c|t]_mul_B[!] specializations for SparseMatrixCSC-StridedVecOrMat, less generalized linear indexing and meta-fu#20043
Conversation
…cOrMat combinations, without generalized linear indexing and meta-fu.
|
Could you explain the connection to generalized linear indexing and why it fixes the issue? |
The existing implementation uses generalized linear indexing (when indexing |
|
So the problem is indexing a vector with two indices? I thought that generalized linear indexing was about indexing an |
|
Towards fixing some generalized linear indexing deprecation warnings in #20040, this pull request rewrites the
A[c|t]_mul_B[!]specializations forSparseMatrixCSC-StridedVecOrMatcombinations, leveraging multiple dispatch and higher order functions to remove generalized linear indexing and meta-fu. cc @mbauman. Best!