Lines Matching refs:endcode
23 matrix.block(i,j,p,q);\endcode </td>
25 matrix.block<p,q>(i,j);\endcode </td>
80 matrix.row(i);\endcode </td>
85 matrix.col(j);\endcode </td>
117 matrix.topLeftCorner(p,q);\endcode </td>
119 matrix.topLeftCorner<p,q>();\endcode </td>
124 matrix.bottomLeftCorner(p,q);\endcode </td>
126 matrix.bottomLeftCorner<p,q>();\endcode </td>
131 matrix.topRightCorner(p,q);\endcode </td>
133 matrix.topRightCorner<p,q>();\endcode </td>
138 matrix.bottomRightCorner(p,q);\endcode </td>
140 matrix.bottomRightCorner<p,q>();\endcode </td>
145 matrix.topRows(q);\endcode </td>
147 matrix.topRows<q>();\endcode </td>
152 matrix.bottomRows(q);\endcode </td>
154 matrix.bottomRows<q>();\endcode </td>
159 matrix.leftCols(p);\endcode </td>
161 matrix.leftCols<p>();\endcode </td>
166 matrix.rightCols(q);\endcode </td>
168 matrix.rightCols<q>();\endcode </td>
195 vector.head(n);\endcode </td>
197 vector.head<n>();\endcode </td>
202 vector.tail(n);\endcode </td>
204 vector.tail<n>();\endcode </td>
209 vector.segment(i,n);\endcode </td>
211 vector.segment<n>(i);\endcode </td>