Home
last modified time | relevance | path

Searched refs:OtherValueType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h71 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/include/gsl/
Dmulti_span1412 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions,
1414 typename = std::enable_if_t<std::is_convertible<OtherValueType, ValueType>::value &&
1416 constexpr multi_span(multi_span<OtherValueType, OtherDimensions...> other)
1603 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions,
1605 std::remove_cv_t<OtherValueType>>::value>>
1606 constexpr bool operator==(const multi_span<OtherValueType, OtherDimensions...>& other) const
1612 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions,
1614 std::remove_cv_t<OtherValueType>>::value>>
1615 constexpr bool operator!=(const multi_span<OtherValueType, OtherDimensions...>& other) const
1620 template <typename OtherValueType, std::ptrdiff_t... OtherDimensions,
[all …]
Dstring_span248 class OtherValueType, std::ptrdiff_t OtherExtent,
250 typename basic_string_span<OtherValueType, OtherExtent>::impl_type, impl_type>::value>>
251 constexpr basic_string_span(basic_string_span<OtherValueType, OtherExtent> other)