I need an alternative to the std library's matrix functions, preferably one that is fast and very portable. It needs to be thread safe, able to do operations like matrix multiplication, and it needs to support 16-bit integers. I looked at the "Basic Linear Algebra Subprograms" Wikipedia page, and could not find what I needed. Google isn't much help either. I've run into some near-hits like Eigen and dlib, but nothing that exactly matches my needs. Does anyone know of a good alternative library for me?
Thank you in advance!