Home
last modified time | relevance | path

Searched refs:OtherValueType (Results 1 – 1 of 1) 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 …]