adeeconometrics / LazyMat

Experimenting with Generic Lazy Matrix implementation in Cpp
https://adeeconometrics.github.io/LazyMat/
MIT License
0 stars 0 forks source link

Matmul implementation #9

Open adeeconometrics opened 2 months ago

adeeconometrics commented 2 months ago

Features of MatMulExpr operations:

adeeconometrics commented 2 months ago
adeeconometrics commented 2 months ago

Variadic matmul is a contentious path forward as it is likely to degrade performance.

Take this step when one of the following conditions are satisfied: