opencv solve linear equation system too slow
I used solve function to solve Ax=b problem. The A is large (about 40000*7000).
But it is very slow. Even slower than matlab.
By the way, I used the SVD method.
Any suggestion?