Searched refs:_Lhs (Results 1 - 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h123 typedef typename remove_all<Lhs>::type _Lhs; typedef
128 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
131 && (((_Lhs::Flags & (UpperTriangularBit | LowerTriangularBit)) == 0)
132 || ((_Lhs::Flags & UpperTriangularBit) && !LhsIsRowMajor)
133 || ((_Lhs::Flags & LowerTriangularBit) && LhsIsRowMajor)),
145 typename _Lhs::InnerLowerIterator lIt(lhs, row);
165 typename _Lhs::InnerUpperIterator uIt(lhs, lhscol);
186 typedef typename remove_all<Lhs>::type _Lhs; typedef
191 LhsIsRowMajor = (_Lhs
[all...]
/external/stlport/stlport/stl/
H A D_string_operators.h293 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
295 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
300 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
303 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
328 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
331 const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) {
337 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
339 operator==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x,
358 template <class _CharT, class _Traits, class _Alloc, class _Lhs, class _Rhs, class _StoreDir>
360 operator<(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rh
[all...]
H A D_string_sum.h257 template <class _Lhs, class _Rhs, class _StorageDir>
258 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
262 template <class _Lhs, class _Rhs, class _StorageDir>
263 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
267 template <class _Lhs, class _Rhs, class _StorageDir>
268 _BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref)
275 template <class _Lhs, class _Rhs, class _StorageDir>
276 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __ref,
280 template <class _Lhs, class _Rhs, class _StorageDir>
281 _BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rh
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h32 typedef typename remove_all<Lhs>::type _Lhs; typedef in struct:Eigen::internal::traits
34 typedef typename _Lhs::Scalar Scalar;
40 RowsAtCompileTime = _Lhs::RowsAtCompileTime,
43 MaxRowsAtCompileTime = _Lhs::MaxRowsAtCompileTime,
46 SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags),
H A DSparseSelfAdjointView.h214 typedef typename internal::remove_all<Lhs>::type _Lhs; typedef
216 typedef typename _Lhs::InnerIterator LhsInnerIterator;
218 LhsIsRowMajor = (_Lhs::Flags&RowMajorBit)==RowMajorBit,
/external/eigen/Eigen/src/Core/
H A DProductBase.h21 template<typename Derived, typename _Lhs, typename _Rhs>
22 struct traits<ProductBase<Derived,_Lhs,_Rhs> >
25 typedef typename remove_all<_Lhs>::type Lhs;
H A DGeneralProduct.h59 typedef typename remove_all<Lhs>::type _Lhs; typedef in struct:Eigen::internal::product_type
62 MaxRows = _Lhs::MaxRowsAtCompileTime,
63 Rows = _Lhs::RowsAtCompileTime,
66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime,
68 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::ColsAtCompileTime,
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h184 template<typename ProductDerived, typename _Lhs, typename _Rhs>
185 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha)

Completed in 94 milliseconds