Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DProduct.h70 template<typename _Lhs, typename _Rhs, int Option>
71 class Product : public ProductImpl<_Lhs,_Rhs,Option,
73 … typename internal::traits<_Rhs>::StorageKind,
74 … internal::product_type<_Lhs,_Rhs>::ret>::ret>
79 typedef _Rhs Rhs;
DGeneralProduct.h39 typedef typename remove_all<Rhs>::type _Rhs; typedef
43 MaxCols = traits<_Rhs>::MaxColsAtCompileTime,
44 Cols = traits<_Rhs>::ColsAtCompileTime,
46 traits<_Rhs>::MaxRowsAtCompileTime),
48 traits<_Rhs>::RowsAtCompileTime)
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h201 template<typename _Lhs, typename _Rhs>
202 struct traits<KroneckerProduct<_Lhs,_Rhs> >
205 typedef typename remove_all<_Rhs>::type Rhs;
219 template<typename _Lhs, typename _Rhs>
220 struct traits<KroneckerProductSparse<_Lhs,_Rhs> >
224 typedef typename remove_all<_Rhs>::type Rhs;
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h124 typedef typename remove_all<Rhs>::type _Rhs;
187 typedef typename remove_all<Rhs>::type _Rhs;
/external/libcxx/include/
Dvariant772 template <class _Rhs>
774 static void __generic_construct(__constructor& __lhs, _Rhs&& __rhs) {
784 __lhs, _VSTD::forward<_Rhs>(__rhs));