LinA
Compiling linear algebra expressions into efficient code
In textbooks, linear algebra expressions are often presented in a form that uses indices. Translating these expressions into efficient code quickly runs into the problem that optimized linear algebra libraries require the expressions in a form without indices. In order to still produce efficient code, we have developed LinAExternal link, which takes expressions with and without indices as input, and outputs optimized NumPy and Eigen code.
LinA is based on the publication: