tehrengruber / LLDB-Eigen-Data-Formatter

LLDB Data Formatter for dense matrices and vectors of the Eigen library
GNU General Public License v3.0
42 stars 9 forks source link

Handle RowMajor #12

Open alecjacobson opened 2 weeks ago

alecjacobson commented 2 weeks ago

I somehow found it very difficult to extract whether a matrix is row or column major within lldb. Right now it's extracting it from the type string and seems to work well.

Fixes #11