Home | History | Annotate | Download | only in ceres

Lines Matching defs:Eigen

164 #include "Eigen/Core"
196 // The use of Eigen::DenseBase allows Eigen expressions
200 Jet(const T& value, const Eigen::DenseBase<Derived> &vIn)
232 // Note the Eigen::DontAlign bit is needed here because this object
239 // Setting the DontAlign bit prevents Eigen from using SSE for the
245 Eigen::Matrix<T, N, 1, Eigen::DontAlign> v;
596 // Define the helper functions Eigen needs to embed Jet types.
609 // TODO(keir): This is an Eigen 2.0 limitation that is lifted in 3.0. When we
638 namespace Eigen {
641 // Eigen arrays, getting all the goodness of Eigen combined with autodiff.
667 } // namespace Eigen