Home | History | Annotate | Download | only in msvc

Lines Matching full:matrix

5   <!-- Fixed x Fixed Matrix -->

6 <Type Name="Eigen::Matrix&lt;*,*,*,*,*,*&gt;">
8 <DisplayString>[{$T2}, {$T3}] (fixed matrix)</DisplayString>
24 <!-- 2 x 2 Matrix -->
25 <Type Name="Eigen::Matrix&lt;*,2,2,*,*,*&gt;">
27 <DisplayString>[2, 2] (fixed matrix)</DisplayString>
44 <!-- 3 x 3 Matrix -->
45 <Type Name="Eigen::Matrix&lt;*,3,3,*,*,*&gt;">
47 <DisplayString>[3, 3] (fixed matrix)</DisplayString>
70 <!-- 4 x 4 Matrix -->
71 <Type Name="Eigen::Matrix&lt;*,4,4,*,*,*&gt;">
73 <DisplayString>[4, 4] (fixed matrix)</DisplayString>
102 <!-- Dynamic x Dynamic Matrix -->
103 <Type Name="Eigen::Matrix&lt;*,-1,-1,*,*,*&gt;">
106 <DisplayString Condition="m_storage.m_data != 0">[{m_storage.m_rows}, {m_storage.m_cols}] (dynamic matrix)</DisplayString>
122 <!-- Fixed x Dynamic Matrix -->
123 <Type Name="Eigen::Matrix&lt;*,*,-1,*,*,*&gt;">
126 <DisplayString Condition="m_storage.m_data != 0">[{$T2}, {m_storage.m_cols}] (dynamic column matrix)</DisplayString>
142 <!-- Dynamic x Fixed Matrix -->
143 <Type Name="Eigen::Matrix&lt;*,-1,*,*,*,*&gt;">
146 <DisplayString Condition="m_storage.m_data != 0">[{m_storage.m_rows}, {$T2}] (dynamic row matrix)</DisplayString>
163 <Type Name="Eigen::Matrix&lt;*,1,-1,*,*,*&gt;">
177 <Type Name="Eigen::Matrix&lt;*,-1,1,*,*,*&gt;">
191 <Type Name="Eigen::Matrix&lt;*,1,1,*,*,*&gt;">
199 <Type Name="Eigen::Matrix&lt;*,2,1,*,*,*&gt;">
200 <AlternativeType Name="Eigen::Matrix&lt;*,1,2,*,*,*&gt;"/>
210 <Type Name="Eigen::Matrix&lt;*,3,1,*,*,*&gt;">
211 <AlternativeType Name="Eigen::Matrix&lt;*,1,3,*,*,*&gt;"/>
222 <Type Name="Eigen::Matrix&lt;*,4,1,*,*,*&gt;">
223 <AlternativeType Name="Eigen::Matrix&lt;*,1,4,*,*,*&gt;"/>