Home
last modified time | relevance | path

Searched refs:_Rhs (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h152 template<typename _Lhs, typename _Rhs>
153 struct traits<KroneckerProduct<_Lhs,_Rhs> >
156 typedef typename remove_all<_Rhs>::type Rhs;
170 template<typename _Lhs, typename _Rhs>
171 struct traits<KroneckerProductSparse<_Lhs,_Rhs> >
175 typedef typename remove_all<_Rhs>::type Rhs;
/external/eigen/Eigen/src/SparseCore/
DSparseDiagonalProduct.h33 typedef typename remove_all<Rhs>::type _Rhs;
41 ColsAtCompileTime = _Rhs::ColsAtCompileTime,
44 MaxColsAtCompileTime = _Rhs::MaxColsAtCompileTime,
46 SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags),
/external/eigen/Eigen/src/Core/
DProductBase.h21 template<typename Derived, typename _Lhs, typename _Rhs>
22 struct traits<ProductBase<Derived,_Lhs,_Rhs> >
26 typedef typename remove_all<_Rhs>::type Rhs;
DGeneralProduct.h60 typedef typename remove_all<Rhs>::type _Rhs; typedef
64 MaxCols = _Rhs::MaxColsAtCompileTime,
65 Cols = _Rhs::ColsAtCompileTime,
67 _Rhs::MaxRowsAtCompileTime),
69 _Rhs::RowsAtCompileTime),
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1203 bool operator==(const _ContextCallback& _Rhs) const in operator ==()
1205 return (_M_context._M_pContextCallback == _Rhs._M_context._M_pContextCallback); in operator ==()
1208 bool operator!=(const _ContextCallback& _Rhs) const in operator !=()
1210 return !(operator==(_Rhs)); in operator !=()
4682 bool operator==(const task<_ReturnType>& _Rhs) const
4684 return (_M_Impl == _Rhs._M_Impl);
4694 bool operator!=(const task<_ReturnType>& _Rhs) const
4696 return !operator==(_Rhs);
5945 bool operator==(const task<void>& _Rhs) const
5947 return (_M_unitTask == _Rhs._M_unitTask);
[all …]
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular.h268 template<typename ProductDerived, typename _Lhs, typename _Rhs>
269 …ew<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scala…
271 …lector<MatrixType, ProductDerived, UpLo, (_Lhs::ColsAtCompileTime==1) || (_Rhs::RowsAtCompileTime=…
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1203 bool operator==(const _ContextCallback& _Rhs) const
1205 return (_M_context._M_pContextCallback == _Rhs._M_context._M_pContextCallback);
1208 bool operator!=(const _ContextCallback& _Rhs) const
1210 return !(operator==(_Rhs));
4682 bool operator==(const task<_ReturnType>& _Rhs) const
4684 return (_M_Impl == _Rhs._M_Impl);
4694 bool operator!=(const task<_ReturnType>& _Rhs) const
4696 return !operator==(_Rhs);
5945 bool operator==(const task<void>& _Rhs) const
5947 return (_M_unitTask == _Rhs._M_unitTask);
[all …]
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h124 typedef typename remove_all<Rhs>::type _Rhs;
187 typedef typename remove_all<Rhs>::type _Rhs;