HomeSort by relevance Sort by last modified time
    Searched refs:OtherScalar (Results 1 - 13 of 13) sorted by null

  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 46 typedef typename GetDifferentType<Scalar>::type OtherScalar;
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
eigen2_parametrizedline.cpp 47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
eigen2_hyperplane.cpp 72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 369 template<typename Derived,typename Scalar,typename OtherScalar,
370 bool EnableIt = !is_same<Scalar,OtherScalar>::value >
378 template<typename Derived,typename Scalar,typename OtherScalar>
379 struct special_scalar_op_base<Derived,Scalar,OtherScalar,true> : public DenseCoeffsBase<Derived>
381 const CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
382 operator*(const OtherScalar& scalar) const
384 return CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
385 (*static_cast<const Derived*>(this), scalar_multiple2_op<Scalar,OtherScalar>(scalar));
388 inline friend const CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
389 operator*(const OtherScalar& scalar, const Derived& matrix
    [all...]
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 265 template<typename VectorX, typename VectorY, typename OtherScalar>
266 void apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j);
276 template<typename OtherScalar>
277 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j)
291 template<typename OtherScalar>
292 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j)
300 template<typename VectorX, typename VectorY, typename OtherScalar>
301 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j)
315 OtherScalar c = j.c();
316 OtherScalar s = j.s()
    [all...]
  /external/eigen/test/
geo_parametrizedline.cpp 47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
geo_alignedbox.cpp 95 typedef typename GetDifferentType<Scalar>::type OtherScalar;
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
geo_hyperplane.cpp 72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
  /external/eigen/Eigen/src/Core/
MathFunctions.h 652 template<typename OtherScalar>
653 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
674 template<typename OtherScalar>
693 template<typename OtherScalar>
694 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
708 template<typename Scalar, typename OtherScalar>
709 inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
712 return scalar_fuzzy_impl<Scalar>::template isMuchSmallerThan<OtherScalar>(x, y, precision);
745 template<typename OtherScalar>
MatrixBase.h 444 template<typename OtherScalar>
445 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j);
446 template<typename OtherScalar>
447 void applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j);
Functors.h 172 template<typename Scalar, typename OtherScalar> struct scalar_binary_pow_op {
174 inline Scalar operator() (const Scalar& a, const OtherScalar& b) const { return numext::pow(a, b); }
176 template<typename Scalar, typename OtherScalar>
177 struct functor_traits<scalar_binary_pow_op<Scalar,OtherScalar> > {
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h 34 template<typename Scalar, typename OtherScalar>
35 inline bool ei_isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 269 template<typename OtherScalar, int OtherOptions>
270 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)

Completed in 238 milliseconds