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