I wonder there are any native matrices operation library that come with standard gcc/glibc/g++. installation. I see that there are many third party libraries boost, armadillo etc. provide implementations.
But I am wondering with the newer gcc 9.2 version, If there are any native libraries that are offering matrix operations instead of using third party libraries.
Thanks