https://github.com/patrikhuber/eigen-natvis-imagewatch
ImageWatch natvis visualiser file for Eigen matrices
https://github.com/patrikhuber/eigen-natvis-imagewatch
Last synced: about 1 month ago
JSON representation
ImageWatch natvis visualiser file for Eigen matrices
- Host: GitHub
- URL: https://github.com/patrikhuber/eigen-natvis-imagewatch
- Owner: patrikhuber
- License: mit
- Created: 2018-01-11T21:00:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T21:00:44.000Z (about 3 years ago)
- Last Synced: 2025-01-28T18:46:11.909Z (3 months ago)
- Size: 8.79 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageWatch visualisers for Eigen
This repository contains a .natvis file to visualise Eigen matrices and vectors with the ImageWatch plugin for Visual Studio.
The .natvis file is initially taken from https://gist.github.com/willyd/3ffd39a1b11fa4c09938.
## Notes/Todos:
RowMajor matrices are displayed correctly. However, ColMajor matrices are displayed transposed. It would be nice to fix that. Image Watch supports row and col strides but I couldn't get it to work.
Support making Image Watch open-source: https://developercommunity.visualstudio.com/t/open-source-image-watch-plugin/351613
Post & details about the strides issue on MS Developer Community: https://developercommunity.visualstudio.com/content/problem/181317/image-watch-and-eigen-support-custom-rowcol-stride.html
## Other related links
Other potentially useful natvis visualisers: https://github.com/aleksey-nikolaev/natvis-collection