Searched refs:OtherScalar (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 266 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/ |
D | geo_parametrizedline.cpp | 47 typedef typename GetDifferentType<Scalar>::type OtherScalar; in parametrizedline() typedef 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); in parametrizedline()
|
D | geo_alignedbox.cpp | 104 typedef typename GetDifferentType<Scalar>::type OtherScalar; in alignedboxCastTests() typedef 105 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedboxCastTests()
|
D | geo_hyperplane.cpp | 82 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/ |
D | MathFunctions.h | 1299 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
|
D | MatrixBase.h | 439 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);
|
D | ProductEvaluators.h | 223 …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/ |
D | Quaternion.h | 270 template<typename OtherScalar, int OtherOptions> 271 EIGEN_DEVICE_FUNC explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)
|