Commit 2025-09-22 13:29 b8af1180
View on Github →feat(Data/Matrix): add vecMul_fromRows
and fromCols_mulVec
(#29784)
We have Matrix.fromBlocks_mulVec
and Matrix.vecMul_fromBlocks
but not the fromRows
/fromCols
version. I find those helpful in #27414.