Searched refs:OtherScalar (Results 1 - 13 of 13) sorted by relevance
/external/eigen/test/eigen2/ |
H A D | eigen2_alignedbox.cpp | 46 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
|
H A D | eigen2_parametrizedline.cpp | 47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
|
H A D | eigen2_hyperplane.cpp | 72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
|
/external/eigen/Eigen/src/Core/util/ |
H A D | 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 [all...] |
/external/eigen/Eigen/src/Jacobi/ |
H A D | 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 [all...] |
/external/eigen/test/ |
H A D | geo_parametrizedline.cpp | 47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
|
H A D | geo_alignedbox.cpp | 95 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
|
H A D | geo_hyperplane.cpp | 72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef 73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
|
/external/eigen/Eigen/src/Eigen2Support/ |
H A D | MathFunctions.h | 34 template<typename Scalar, typename OtherScalar> 35 inline bool ei_isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
|
/external/eigen/Eigen/src/Core/ |
H A D | 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>
|
H A D | MatrixBase.h | 438 template<typename OtherScalar> 439 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j); 440 template<typename OtherScalar> 441 void applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j);
|
H A D | 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> > {
|
/external/eigen/Eigen/src/Geometry/ |
H A D | Quaternion.h | 269 template<typename OtherScalar, int OtherOptions> 270 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)
|
Completed in 245 milliseconds