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 347 template<typename Derived,typename Scalar,typename OtherScalar,
348 bool EnableIt = !is_same<Scalar,OtherScalar>::value >
356 template<typename Derived,typename Scalar,typename OtherScalar>
357 struct special_scalar_op_base<Derived,Scalar,OtherScalar,true> : public DenseCoeffsBase<Derived>
359 const CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
360 operator*(const OtherScalar& scalar) const
362 return CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
363 (*static_cast<const Derived*>(this), scalar_multiple2_op<Scalar,OtherScalar>(scalar));
366 inline friend const CwiseUnaryOp<scalar_multiple2_op<Scalar,OtherScalar>, Derived>
367 operator*(const OtherScalar& scalar, const Derived& matrix
    [all...]
  /external/eigen/test/
geo_parametrizedline.cpp 48 typedef typename GetDifferentType<Scalar>::type OtherScalar;
49 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
geo_alignedbox.cpp 88 typedef typename GetDifferentType<Scalar>::type OtherScalar;
89 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
geo_hyperplane.cpp 73 typedef typename GetDifferentType<Scalar>::type OtherScalar;
74 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
  /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/Jacobi/
Jacobi.h 257 template<typename VectorX, typename VectorY, typename OtherScalar>
258 void apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j);
268 template<typename OtherScalar>
269 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j)
283 template<typename OtherScalar>
284 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j)
292 template<typename VectorX, typename VectorY, typename OtherScalar>
293 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j)
  /external/eigen/Eigen/src/Core/
MathFunctions.h 718 template<typename OtherScalar>
719 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
738 template<typename OtherScalar>
757 template<typename OtherScalar>
758 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
772 template<typename Scalar, typename OtherScalar>
773 inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
776 return scalar_fuzzy_impl<Scalar>::template isMuchSmallerThan<OtherScalar>(x, y, precision);
809 template<typename OtherScalar>
MatrixBase.h 441 template<typename OtherScalar>
442 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j);
443 template<typename OtherScalar>
444 void applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j);
Functors.h 171 template<typename Scalar, typename OtherScalar> struct scalar_binary_pow_op {
173 inline Scalar operator() (const Scalar& a, const OtherScalar& b) const { return internal::pow(a, b); }
175 template<typename Scalar, typename OtherScalar>
176 struct functor_traits<scalar_binary_pow_op<Scalar,OtherScalar> > {
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 270 template<typename OtherScalar, int OtherOptions>
271 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)

Completed in 363 milliseconds