I have saved a 2D matrix in a numpy file (.npy) in python.
Is there a way I can access the same from C++ and possibly read in the values in a stl vector?
This is vaguely relevant. But here you make the call from python. I want to read the matrix file independently in c++.
Any suggestions?