Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DXprHelper.h347 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)
/external/eigen/test/eigen2/
Deigen2_alignedbox.cpp46 typedef typename GetDifferentType<Scalar>::type OtherScalar; in alignedbox() typedef
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedbox()
Deigen2_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; in parametrizedline() typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); in parametrizedline()
Deigen2_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar; in hyperplane() typedef
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>(); in hyperplane()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h257 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>… in applyOnTheLeft()
283 template<typename OtherScalar>
284 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar in applyOnTheRight()
292 template<typename VectorX, typename VectorY, typename OtherScalar>
293 …NLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j) in apply_rotation_in_the_plane()
/external/eigen/test/
Dgeo_parametrizedline.cpp48 typedef typename GetDifferentType<Scalar>::type OtherScalar; in parametrizedline() typedef
49 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); in parametrizedline()
Dgeo_alignedbox.cpp88 typedef typename GetDifferentType<Scalar>::type OtherScalar; in alignedboxCastTests() typedef
89 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedboxCastTests()
Dgeo_hyperplane.cpp73 typedef typename GetDifferentType<Scalar>::type OtherScalar; in hyperplane() typedef
74 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); in hyperplane()
/external/eigen/Eigen/src/Core/
DMathFunctions.h718 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>
DMatrixBase.h441 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);
DFunctors.h171 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> > {
/external/eigen/Eigen/src/Eigen2Support/
DMathFunctions.h34 template<typename Scalar, typename OtherScalar>
35 inline bool ei_isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
/external/eigen/Eigen/src/Geometry/
DQuaternion.h270 template<typename OtherScalar, int OtherOptions>
271 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)