add small matrix/vector library working with simdwrappers + small additions to zipping
- matrix library with compiletime loop unrolling that works well with simdwrapper.
most of the credit goes to @ahennequ @graven and Florian Lemaitre.
We may need to enable a higher inline limit to take full advantage of the inlining that unwind can yield. - small additions to simdwrappers (+= -= ...)
- made zips work with boost::combine and structured bindings for zips
- until now, proxies could just have the name "proxy", now its an argument to the macro
Edited by Niklas Stefan Nolte