Searched refs:OtherScalar (Results 1 - 13 of 13) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp46 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
H A Deigen2_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
H A Deigen2_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h369 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 DJacobi.h265 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 Dgeo_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
H A Dgeo_alignedbox.cpp95 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
H A Dgeo_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
/external/eigen/Eigen/src/Eigen2Support/
H A DMathFunctions.h34 template<typename Scalar, typename OtherScalar>
35 inline bool ei_isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h652 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 DMatrixBase.h444 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);
H A DFunctors.h172 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 DQuaternion.h269 template<typename OtherScalar, int OtherOptions>
270 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)

Completed in 356 milliseconds