How to do inverse in ublas? Say, I have matrix A and I want make a new matrix B which is the inverse of A: B = inverse(A);
thanks,