Searched defs:_LhsNested (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h66 typedef typename internal::remove_all<LhsNested>::type _LhsNested; typedef in class:Eigen::SparseDiagonalProduct
70 LhsMode = internal::is_diagonal<_LhsNested>::ret ? internal::SDP_IsDiagonal
71 : (_LhsNested::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor,
81 <_LhsNested,_RhsNested,SparseDiagonalProduct,LhsMode,RhsMode> InnerIterator;
92 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; }
H A DSparseCwiseBinaryOp.h98 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
100 typedef typename _LhsNested::InnerIterator LhsIterator;
164 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
165 typedef typename _LhsNested::InnerIterator LhsIterator;
218 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
220 typedef typename _LhsNested::InnerIterator LhsIterator;
H A DSparseDenseProduct.h46 typedef typename remove_all<LhsNested>::type _LhsNested; typedef in struct:Eigen::internal::traits
50 LhsCoeffReadCost = traits<_LhsNested>::CoeffReadCost,
80 typedef typename Traits::_LhsNested _LhsNested; typedef in class:Eigen::SparseDenseOuterProduct
102 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; }
111 class SparseDenseOuterProduct<Lhs,Rhs,Transpose>::InnerIterator : public _LhsNested::InnerIterator
113 typedef typename _LhsNested::InnerIterator Base;
279 Transpose<const _LhsNested> lhs_t(m_lhs);
H A DSparseProduct.h43 typedef typename remove_all<LhsNested>::type _LhsNested; typedef in struct:Eigen::internal::traits
45 typedef typename _LhsNested::Scalar Scalar;
46 typedef typename promote_index_type<typename traits<_LhsNested>::Index,
50 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
52 LhsFlags = _LhsNested::Flags,
55 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
57 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
60 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
89 typedef typename internal::traits<SparseSparseProduct>::_LhsNested _LhsNested; typedef in class:Eigen::SparseSparseProduct
[all...]
/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h65 typedef typename remove_reference<LhsNested>::type _LhsNested; typedef in struct:Eigen::internal::traits
68 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
70 LhsFlags = _LhsNested::Flags,
72 SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value,
122 typedef typename internal::remove_reference<LhsNested>::type _LhsNested; typedef in class:Eigen::CwiseBinaryOp
150 const _LhsNested& lhs() const { return m_lhs; }
H A DProductBase.h50 typedef typename Base::_LhsNested _LhsNested; \
70 typedef typename internal::remove_all<LhsNested>::type _LhsNested; typedef in class:Eigen::ProductBase
71 typedef internal::blas_traits<_LhsNested> LhsBlasTraits;
113 const _LhsNested& lhs() const { return m_lhs; }
223 typename NestedProduct::_LhsNested,
233 typename NestedProduct::_LhsNested,
238 typename NestedProduct::_LhsNested,
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h41 typedef typename remove_all<LhsNested>::type _LhsNested; typedef in struct:Eigen::internal::traits
43 typedef typename scalar_product_traits<typename _LhsNested::Scalar, typename _RhsNested::Scalar>::ReturnType Scalar;
44 typedef typename promote_storage_type<typename traits<_LhsNested>::StorageKind,
46 typedef typename promote_index_type<typename traits<_LhsNested>::Index,
50 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
52 LhsFlags = _LhsNested::Flags,
55 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
57 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
59 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
65 SameType = is_same<typename _LhsNested
125 typedef typename internal::traits<CoeffBasedProduct>::_LhsNested _LhsNested; typedef in class:Eigen::CoeffBasedProduct
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h26 typedef typename internal::remove_all<LhsNested>::type _LhsNested; typedef in struct:Eigen::internal::traits
28 typedef typename _LhsNested::Scalar Scalar;
31 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
33 LhsFlags = _LhsNested::Flags,
36 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
38 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
40 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
70 typedef typename traits<SkylineProduct>::_LhsNested _LhsNested; typedef in class:Eigen::internal::SkylineProduct
81 ProductIsValid = _LhsNested
[all...]

Completed in 140 milliseconds