To find a determinate of Matrix using Boost library in c++
- by user314097
Hi,
I' am required to convert a MATLAB function into C++, and this requires me to find determinate of a matrix. I was told that use of BOOST library would make my job easier. I went through the documentation of BOOST Library, but couldn't find much info about the same.
If anyone could give a template for the above operation, It would be of lot of help and would be greatly appreciated.
Thanks
Regards