Searched refs:OtherValueType (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffVector.h | 71 template<typename OtherValueType, typename OtherJacobianType> 72 inline AutoDiffVector(const AutoDiffVector<OtherValueType, OtherJacobianType>& other) in AutoDiffVector() argument 80 template<typename OtherValueType, typename OtherJacobianType> 81 inline AutoDiffVector& operator=(const AutoDiffVector<OtherValueType, OtherJacobianType>& other) 101 template<typename OtherValueType,typename OtherJacobianType> 103 … typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,ValueType,OtherValueType>::Type, 105 operator+(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) const 108 … typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,ValueType,OtherValueType>::Type, 114 template<typename OtherValueType, typename OtherJacobianType> 116 operator+=(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) [all …]
|
/external/Microsoft-GSL/gsl/ |
D | multi_span | 1349 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions, 1351 typename = std::enable_if_t<std::is_convertible<OtherValueType, ValueType>::value && 1353 constexpr multi_span(multi_span<OtherValueType, OtherDimensions...> other) noexcept 1539 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions, 1541 std::remove_cv_t<value_type>, std::remove_cv_t<OtherValueType>>::value>> 1542 constexpr bool operator==(const multi_span<OtherValueType, OtherDimensions...>& other) const 1549 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions, 1551 std::remove_cv_t<value_type>, std::remove_cv_t<OtherValueType>>::value>> 1552 constexpr bool operator!=(const multi_span<OtherValueType, OtherDimensions...>& other) const 1558 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions, [all …]
|
D | string_span | 367 class OtherValueType, std::ptrdiff_t OtherExtent, 369 typename basic_string_span<OtherValueType, OtherExtent>::impl_type, impl_type>::value>> 370 constexpr basic_string_span(basic_string_span<OtherValueType, OtherExtent> other)
|