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

/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h66 typedef typename remove_reference<RhsNested>::type _RhsNested; typedef in struct:Eigen::internal::traits
69 RhsCoeffReadCost = _RhsNested::CoeffReadCost,
71 RhsFlags = _RhsNested::Flags,
72 SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value,
123 typedef typename internal::remove_reference<RhsNested>::type _RhsNested; typedef in class:Eigen::CwiseBinaryOp
152 const _RhsNested& rhs() const { return m_rhs; }
H A DProductBase.h55 typedef typename Base::_RhsNested _RhsNested; \
77 typedef typename internal::remove_all<RhsNested>::type _RhsNested; typedef in class:Eigen::ProductBase
78 typedef internal::blas_traits<_RhsNested> RhsBlasTraits;
114 const _RhsNested& rhs() const { return m_rhs; }
224 typename NestedProduct::_RhsNested> >
234 typename NestedProduct::_RhsNested>
239 typename NestedProduct::_RhsNested> Base;
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h42 typedef typename remove_all<RhsNested>::type _RhsNested; typedef in struct:Eigen::internal::traits
43 typedef typename scalar_product_traits<typename _LhsNested::Scalar, typename _RhsNested::Scalar>::ReturnType Scalar;
45 typename traits<_RhsNested>::StorageKind>::ret StorageKind;
47 typename traits<_RhsNested>::Index>::type Index;
51 RhsCoeffReadCost = _RhsNested::CoeffReadCost,
53 RhsFlags = _RhsNested::Flags,
56 ColsAtCompileTime = _RhsNested::ColsAtCompileTime,
57 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
60 MaxColsAtCompileTime = _RhsNested::MaxColsAtCompileTime,
65 SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested
126 typedef typename internal::traits<CoeffBasedProduct>::_RhsNested _RhsNested; typedef in class:Eigen::CoeffBasedProduct
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseBinaryOp.h100 typedef typename traits<CwiseBinaryXpr>::_RhsNested _RhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
102 typedef typename _RhsNested::InnerIterator RhsIterator;
167 typedef typename traits<CwiseBinaryXpr>::_RhsNested _RhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
168 typedef typename _RhsNested::InnerIterator RhsIterator;
260 typedef typename traits<CwiseBinaryXpr>::_RhsNested _RhsNested; typedef in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
261 typedef typename _RhsNested::InnerIterator RhsIterator;
H A DSparseDenseProduct.h53 typedef typename remove_all<RhsNested>::type _RhsNested; typedef in struct:Eigen::internal::traits
57 RhsCoeffReadCost = traits<_RhsNested>::CoeffReadCost,
87 typedef typename Traits::_RhsNested _RhsNested; typedef in class:Eigen::SparseDenseOuterProduct
109 EIGEN_STRONG_INLINE const _RhsNested& rhs() const { return m_rhs; }
133 static Scalar get(const _RhsNested &rhs, Index outer, Dense = Dense())
138 static Scalar get(const _RhsNested &rhs, Index outer, Sparse = Sparse())
140 typename Traits::_RhsNested::InnerIterator it(rhs, outer);
300 Transpose<const _RhsNested> rhs_t(m_rhs);
H A DSparseDiagonalProduct.h67 typedef typename internal::remove_all<RhsNested>::type _RhsNested; typedef in class:Eigen::SparseDiagonalProduct
72 RhsMode = internal::is_diagonal<_RhsNested>::ret ? internal::SDP_IsDiagonal
73 : (_RhsNested::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor
81 <_LhsNested,_RhsNested,SparseDiagonalProduct,LhsMode,RhsMode> InnerIterator;
97 EIGEN_STRONG_INLINE const _RhsNested& rhs() const { return m_rhs; }
H A DSparseProduct.h45 typedef typename remove_all<RhsNested>::type _RhsNested; typedef in struct:Eigen::internal::traits
48 typename traits<_RhsNested>::Index>::type Index;
52 RhsCoeffReadCost = _RhsNested::CoeffReadCost,
54 RhsFlags = _RhsNested::Flags,
57 ColsAtCompileTime = _RhsNested::ColsAtCompileTime,
59 MaxColsAtCompileTime = _RhsNested::MaxColsAtCompileTime,
61 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
91 typedef typename internal::traits<SparseSparseProduct>::_RhsNested _RhsNested; typedef in class:Eigen::SparseSparseProduct
119 internal::conservative_sparse_sparse_product_selector<_LhsNested, _RhsNested, Des
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h27 typedef typename internal::remove_all<RhsNested>::type _RhsNested; typedef in struct:Eigen::internal::traits
32 RhsCoeffReadCost = _RhsNested::CoeffReadCost,
34 RhsFlags = _RhsNested::Flags,
37 ColsAtCompileTime = _RhsNested::ColsAtCompileTime,
38 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
41 MaxColsAtCompileTime = _RhsNested::MaxColsAtCompileTime,
71 typedef typename traits<SkylineProduct>::_RhsNested _RhsNested; typedef in class:Eigen::internal::SkylineProduct
82 || _RhsNested::RowsAtCompileTime == Dynamic
83 || int(_LhsNested::ColsAtCompileTime) == int(_RhsNested
[all...]

Completed in 141 milliseconds