I've finished koma integration. Now I can use all ...
# mathematics
a
I've finished koma integration. Now I can use all Koma matrix backends from my API. For now I do not use all of its features like decompositions, but it is easy to add. EJML matrix inversion is a bit faster than commons-math (for which I also have integration). I do not see reason to perfect generic implementation if we have a lot of already working back-ends. Since all backends rely on on their own storage implementation, I copy general matrix into backend implementation on first call, but after that use transparent inline wrapper.
🎉 2