Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 255 Bytes

TODO:

  1. Implement num_traits::Float
  2. Consider Mul<Expr<T,V>> for T
  3. Order expressions in products so that constants propagate to the left, and variables are grouped together.
  4. Add distributivity of multiplication over sums optimization