japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

`Mat + Chain` should not compile #53

Open japaric opened 9 years ago

japaric commented 9 years ago

This is wasteful because the RHS will get evaluated and its allocation will remain unused. Instead only Mat + Product<SubMat, SubMat> should compile.