Lines Matching refs:In
14 In order to ease the switch from Eigen2 to Eigen3, Eigen3 features \subpage Eigen2SupportModes "Eig…
22 The USING_PART_OF_NAMESPACE_EIGEN macro has been removed. In Eigen 3, just do:
31 … second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Ei…
81 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficie…
84 In Eigen3 this .cwise() prefix has been superseded by a new kind of matrix type called
107 In Eigen 2 you had to play with the part, extract, and marked functions to deal with triangular and…
219 <td class="alt">In place solving</td></tr>
235 In Eigen 2, the Transform class didn't really know whether it was a projective or affine transforma…
237 The Transform3f (etc) typedefs are no more. In Eigen 3, the Transform typedefs explicitly refer to …
251 In Eigen all operations are performed in a lazy fashion except the matrix products which are always…
252 In Eigen2, lazy evaluation could be enforced by tagging a product using the .lazy() function. Howev…
253 easy to determine where to put the lazy() function. In Eigen3, the lazy() feature has been supersed…
286 In Eigen2, <tt>#include<Eigen/StdVector></tt> tweaked std::vector to automatically align elements. …
298 In Eigen2, global internal functions and structures were prefixed by \c ei_. In Eigen3, they all ha…