Inspect the meaning of a custom matrix in visual studio 2012

I am currently using Visual Studio 2012. I knew that in order to render matrix entries from the Eigen3 library I had to do something as described here . However, when I have tried both of the methods described there and so far it cannot display the matrix entries when I debug Visual Studio. Does anyone have the same problem and how did you solve it? Thank!

+3


source to share





All Articles