Searched refs:LhsNested (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h29 typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type LhsNested; typedef in struct:Eigen::SparseSparseProductReturnType
35 typedef SparseSparseProduct<LhsNested, RhsNested> Type;
39 template<typename LhsNested, typename RhsNested>
40 struct traits<SparseSparseProduct<LhsNested, RhsNested> >
44 typedef typename remove_all<LhsNested>::type _LhsNested;
79 template<typename LhsNested, typename RhsNested>
81 public SparseMatrixBase<SparseSparseProduct<LhsNested, RhsNested> >
152 LhsNested m_lhs;
H A DSparseDiagonalProduct.h63 typedef typename Lhs::Nested LhsNested; typedef in class:Eigen::SparseDiagonalProduct
66 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
100 LhsNested m_lhs;
H A DSparseDenseProduct.h50 typedef typename Lhs::Nested LhsNested; typedef in struct:Eigen::internal::traits
52 typedef typename remove_all<LhsNested>::type _LhsNested;
84 typedef typename Traits::LhsNested LhsNested; typedef in class:Eigen::SparseDenseOuterProduct
112 LhsNested m_lhs;
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h17 typedef const typename internal::nested<Lhs, Rhs::RowsAtCompileTime>::type LhsNested; typedef in struct:Eigen::SkylineProductReturnType
20 typedef SkylineProduct<LhsNested, RhsNested, ProductMode> Type;
23 template<typename LhsNested, typename RhsNested, int ProductMode>
24 struct internal::traits<SkylineProduct<LhsNested, RhsNested, ProductMode> > {
26 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
56 SkylineMatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> >,
57 MatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> > >::type Base;
61 template<typename LhsNested, typename RhsNested, int ProductMode>
63 public traits<SkylineProduct<LhsNested, RhsNested, ProductMode> >::Base {
114 LhsNested m_lh
[all...]
/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h63 typedef typename Lhs::Nested LhsNested; typedef in struct:Eigen::internal::traits
65 typedef typename remove_reference<LhsNested>::type _LhsNested;
120 typedef typename internal::nested<Lhs>::type LhsNested; typedef in class:Eigen::CwiseBinaryOp
122 typedef typename internal::remove_reference<LhsNested>::type _LhsNested;
136 if (internal::traits<typename internal::remove_all<LhsNested>::type>::RowsAtCompileTime==Dynamic)
143 if (internal::traits<typename internal::remove_all<LhsNested>::type>::ColsAtCompileTime==Dynamic)
157 LhsNested m_lhs;
H A DProductBase.h49 typedef typename Base::LhsNested LhsNested; \
69 typedef typename Lhs::Nested LhsNested; typedef in class:Eigen::ProductBase
70 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
84 typedef CoeffBasedProduct<LhsNested, RhsNested, 0> FullyLazyCoeffBaseProductType;
171 LhsNested m_lhs;
H A DGeneralProduct.h21 * \param LhsNested the type used to store the left-hand side
152 // typedef typename internal::nested<Lhs,Rhs::ColsAtCompileTime>::type LhsNested;
161 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested; typedef in struct:Eigen::ProductReturnType
163 typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> Type;
169 typedef typename internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested; typedef in struct:Eigen::ProductReturnType
171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h37 template<typename LhsNested, typename RhsNested, int NestingFlags>
38 struct traits<CoeffBasedProduct<LhsNested,RhsNested,NestingFlags> >
41 typedef typename remove_all<LhsNested>::type _LhsNested;
112 template<typename LhsNested, typename RhsNested, int NestingFlags>
115 public MatrixBase<CoeffBasedProduct<LhsNested, RhsNested, NestingFlags> >
139 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;
214 typename internal::add_const_on_value_type<LhsNested>::type m_lhs;
H A DGeneralMatrixMatrixTriangular.h198 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
243 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;

Completed in 72 milliseconds