Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseProduct.h29 typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type LhsNested; typedef
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;
DSparseDenseProduct.h50 typedef typename Lhs::Nested LhsNested;
52 typedef typename remove_all<LhsNested>::type _LhsNested;
84 typedef typename Traits::LhsNested LhsNested;
112 LhsNested m_lhs;
DSparseDiagonalProduct.h63 typedef typename Lhs::Nested LhsNested;
66 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
100 LhsNested m_lhs;
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h17 typedef const typename internal::nested<Lhs, Rhs::RowsAtCompileTime>::type LhsNested; typedef
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_lhs;
/external/eigen/Eigen/src/Core/
DCwiseBinaryOp.h63 typedef typename Lhs::Nested LhsNested;
65 typedef typename remove_reference<LhsNested>::type _LhsNested;
120 typedef typename internal::nested<Lhs>::type LhsNested;
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;
DProductBase.h49 typedef typename Base::LhsNested LhsNested; \
69 typedef typename Lhs::Nested LhsNested;
70 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
84 typedef CoeffBasedProduct<LhsNested, RhsNested, 0> FullyLazyCoeffBaseProductType;
178 LhsNested m_lhs;
DGeneralProduct.h161 …ted<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
163 …typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> Typ…
169 …ted<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type LhsNested;
171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
/external/eigen/Eigen/src/Core/products/
DCoeffBasedProduct.h37 template<typename LhsNested, typename RhsNested, int NestingFlags>
38 struct traits<CoeffBasedProduct<LhsNested,RhsNested,NestingFlags> >
41 typedef typename remove_all<LhsNested>::type _LhsNested;
113 template<typename LhsNested, typename RhsNested, int NestingFlags>
116 public MatrixBase<CoeffBasedProduct<LhsNested, RhsNested, NestingFlags> >
140 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;
215 typename internal::add_const_on_value_type<LhsNested>::type m_lhs;
DGeneralMatrixMatrixTriangular.h198 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
243 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;