From ee441a12a9946dab9321c16a3087340bc23cde67 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 2 Feb 2025 13:24:15 -0700 Subject: [PATCH] common: better qmat natvis --- common/debugger.natvis | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/common/debugger.natvis b/common/debugger.natvis index 3578155f..95600f18 100644 --- a/common/debugger.natvis +++ b/common/debugger.natvis @@ -8,14 +8,29 @@ - {$T2} x {$T3} matrix + {$T2} row x {$T3} col matrix, column major - - Backward - $T2 - 1 - $T3 - ($T1 *) (& m_values) - + + + + + + + + + + + &m_values[col * $T2],[rows]na + ++col + +