Home
last modified time | relevance | path

Searched refs:OtherScalar (Results 1 – 13 of 13) 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()
307 OtherPacketSize = packet_traits<OtherScalar>::size in apply_rotation_in_the_plane()
310 typedef typename packet_traits<OtherScalar>::type OtherPacket; 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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DLogicalType.java99 OtherScalar enumConstant
/external/eigen/Eigen/src/Core/
DMathFunctions.h1312 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1313 …static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
1333 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1354 template<typename OtherScalar> EIGEN_DEVICE_FUNC
1355 …static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec)
1369 template<typename Scalar, typename OtherScalar> EIGEN_DEVICE_FUNC
1370 inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y,
1373 return scalar_fuzzy_impl<Scalar>::template isMuchSmallerThan<OtherScalar>(x, y, precision);
1406 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.h229 …me Lhs, typename Rhs, typename DstScalar, typename SrcScalar, typename OtherScalar,typename ProdSc…
230 …struct Assignment<DstXprType, CwiseBinaryOp<internal::BINOP<OtherScalar,ProdScalar>, const OtherXp…
232 …herXpr, Product<Lhs,Rhs,DefaultProduct>, internal::ASSIGN_OP<DstScalar,OtherScalar>, internal::ASS…
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStdScalarDeserializer.java33 return LogicalType.OtherScalar; in logicalType()
DFromStringDeserializer.java130 return LogicalType.OtherScalar; in logicalType()
DNumberDeserializers.java154 this(vc, LogicalType.OtherScalar, nvl, empty); in PrimitiveOrWrapperDeserializer()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfigs.java230 if (targetType == LogicalType.OtherScalar) { in findCoercion()
/external/eigen/Eigen/src/Geometry/
DQuaternion.h270 template<typename OtherScalar, int OtherOptions>
271 EIGEN_DEVICE_FUNC explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)