Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Jacobi/
DJacobi.h266 template<typename VectorX, typename VectorY, typename OtherScalar>
267 …_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const JacobiRotation<OtherScalar>& j);
277 template<typename OtherScalar>
278 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft()
292 template<typename OtherScalar>
293 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar in applyOnTheRight()
301 template<typename VectorX, typename VectorY, typename OtherScalar>
302 …e_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const JacobiRotation<OtherScalar>& j) in apply_rotation_in_the_plane()
315 OtherScalar c = j.c(); in apply_rotation_in_the_plane()
316 OtherScalar s = j.s(); in apply_rotation_in_the_plane()
[all …]
/external/eigen/test/
Dgeo_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; in parametrizedline() typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); in parametrizedline()
Dgeo_alignedbox.cpp104 typedef typename GetDifferentType<Scalar>::type OtherScalar; in alignedboxCastTests() typedef
105 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedboxCastTests()
Dgeo_hyperplane.cpp82 typedef typename GetDifferentType<Scalar>::type OtherScalar; in hyperplane() typedef
83 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); in hyperplane()
/external/eigen/Eigen/src/Core/
DMathFunctions.h1299 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1300 …static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
1320 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1341 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1342 …static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
1356 template<typename Scalar, typename OtherScalar> EIGEN_DEVICE_FUNC
1357 inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
1360 return scalar_fuzzy_impl<Scalar>::template isMuchSmallerThan<OtherScalar>(x, y, precision);
1393 template<typename OtherScalar> EIGEN_DEVICE_FUNC
DMatrixBase.h439 template<typename OtherScalar>
440 void applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j);
441 template<typename OtherScalar>
442 void applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j);
DProductEvaluators.h223 …me Lhs, typename Rhs, typename DstScalar, typename SrcScalar, typename OtherScalar,typename ProdSc…
224 …struct Assignment<DstXprType, CwiseBinaryOp<internal::BINOP<OtherScalar,ProdScalar>, const OtherXp…
226 …herXpr, Product<Lhs,Rhs,DefaultProduct>, internal::ASSIGN_OP<DstScalar,OtherScalar>, internal::ASS…
/external/eigen/Eigen/src/Geometry/
DQuaternion.h270 template<typename OtherScalar, int OtherOptions>
271 EIGEN_DEVICE_FUNC explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)