Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visualizer for Expressions #2

Open
adishavit opened this issue Feb 4, 2020 · 2 comments
Open

Add visualizer for Expressions #2

adishavit opened this issue Feb 4, 2020 · 2 comments

Comments

@adishavit
Copy link

Eigen is based on expression decomposition.
When using auto A = B*C, A will be an "intermediate" expression syntax tree.
It would be great if the visualizer could call A.eval() to get the actual matrix to display.
Is this possible?

@cdcseacave
Copy link
Owner

As far as I know it is not possible, but pls check the natvis format docs for that.

@adishavit
Copy link
Author

It is possible to call eval() in the debug and Immediate windows, so I was hoping it is possible to do it on the natvis level.
TBH, the docs are a bit too dense for me to figure out if you can run arbitrary debug scriptable code from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants