Commit 2025-08-16 07:00 baf53aeb
View on Github →feat: add bilinear maps for vector/matrix products (#28130)
This adds the other three versions after #28116 added one of the two vector/vector products; namely mulVec
, vecMul
, and dotProduct
.
Further down the file we have more restrictive linear versions of these maps, which for now I leave unchanged besides some cross-references.