mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Adapted the MSVC visualizer to the new Dynamic value.
This commit is contained in:
parent
b4ef323e90
commit
0d9dc578dd
@ -9,9 +9,9 @@
|
|||||||
; * - Eigen::Matrix<*,4,1,*,*,*> and Eigen::Matrix<*,1,4,*,*,*>
|
; * - Eigen::Matrix<*,4,1,*,*,*> and Eigen::Matrix<*,1,4,*,*,*>
|
||||||
; * - Eigen::Matrix<*,3,1,*,*,*> and Eigen::Matrix<*,1,3,*,*,*>
|
; * - Eigen::Matrix<*,3,1,*,*,*> and Eigen::Matrix<*,1,3,*,*,*>
|
||||||
; * - Eigen::Matrix<*,2,1,*,*,*> and Eigen::Matrix<*,1,2,*,*,*>
|
; * - Eigen::Matrix<*,2,1,*,*,*> and Eigen::Matrix<*,1,2,*,*,*>
|
||||||
; * - Eigen::Matrix<*,33331,33331,*,*,*>
|
; * - Eigen::Matrix<*,-1,-1,*,*,*>
|
||||||
; * - Eigen::Matrix<*,+,33331,*,*,*>
|
; * - Eigen::Matrix<*,+,-1,*,*,*>
|
||||||
; * - Eigen::Matrix<*,33331,+,*,*,*>
|
; * - Eigen::Matrix<*,-1,+,*,*,*>
|
||||||
; * - Eigen::Matrix<*,+,+,*,*,*>
|
; * - Eigen::Matrix<*,+,+,*,*,*>
|
||||||
; *
|
; *
|
||||||
; * Matrices are displayed properly independantly of the memory
|
; * Matrices are displayed properly independantly of the memory
|
||||||
@ -22,6 +22,8 @@
|
|||||||
; * place before proceeding with its modification.
|
; * place before proceeding with its modification.
|
||||||
; ***************************************************************
|
; ***************************************************************
|
||||||
|
|
||||||
|
[Visualizer]
|
||||||
|
|
||||||
; Fixed size 4-vectors
|
; Fixed size 4-vectors
|
||||||
Eigen::Matrix<*,4,1,*,*,*>|Eigen::Matrix<*,1,4,*,*,*>{
|
Eigen::Matrix<*,4,1,*,*,*>|Eigen::Matrix<*,1,4,*,*,*>{
|
||||||
children
|
children
|
||||||
@ -130,7 +132,7 @@ Eigen::Matrix<*,2,1,*,*,*>|Eigen::Matrix<*,1,2,*,*,*>{
|
|||||||
}
|
}
|
||||||
|
|
||||||
; Dynamic matrices (ColMajor and RowMajor support)
|
; Dynamic matrices (ColMajor and RowMajor support)
|
||||||
Eigen::Matrix<*,33331,33331,*,*,*>{
|
Eigen::Matrix<*,-1,-1,*,*,*>{
|
||||||
children
|
children
|
||||||
(
|
(
|
||||||
#(
|
#(
|
||||||
@ -174,7 +176,7 @@ Eigen::Matrix<*,33331,33331,*,*,*>{
|
|||||||
}
|
}
|
||||||
|
|
||||||
; Fixed rows, dynamic columns matrix (ColMajor and RowMajor support)
|
; Fixed rows, dynamic columns matrix (ColMajor and RowMajor support)
|
||||||
Eigen::Matrix<*,*,33331,*,*,*>{
|
Eigen::Matrix<*,*,-1,*,*,*>{
|
||||||
children
|
children
|
||||||
(
|
(
|
||||||
#(
|
#(
|
||||||
@ -218,7 +220,7 @@ Eigen::Matrix<*,*,33331,*,*,*>{
|
|||||||
}
|
}
|
||||||
|
|
||||||
; Dynamic rows, fixed columns matrix (ColMajor and RowMajor support)
|
; Dynamic rows, fixed columns matrix (ColMajor and RowMajor support)
|
||||||
Eigen::Matrix<*,33331,*,*,*,*>{
|
Eigen::Matrix<*,-1,*,*,*,*>{
|
||||||
children
|
children
|
||||||
(
|
(
|
||||||
#(
|
#(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user