Re: How to get the inverse of a Quantlib Matrix in MSVC10
Posted by
StephenWong on
URL: http://quantlib.414.s1.nabble.com/How-to-get-the-inverse-of-a-Quantlib-Matrix-in-MSVC10-tp6360p6361.html
Viala Jean-Renaud (AMUNDI) wrote
Hello
I'd like to get the inverse of a quantlib matrix but apparently it's not
possible using boost::uBlAS
I'm using MSVC10 and the latest quantlib 1.1 and boost 1.47
Is there another way to get the inverse of a quantlib matrix?
Regards
Jean-Renaud Viala
Can you not use another library that can calculate the inverse of a matrix such as
this.