HomeSort by relevance Sort by last modified time
    Searched refs:LhsNested (Results 1 - 9 of 9) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 29 typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type LhsNested;
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;
SparseDiagonalProduct.h 63 typedef typename Lhs::Nested LhsNested;
66 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
100 LhsNested m_lhs;
SparseDenseProduct.h 50 typedef typename Lhs::Nested LhsNested;
52 typedef typename remove_all<LhsNested>::type _LhsNested;
84 typedef typename Traits::LhsNested LhsNested;
112 LhsNested m_lhs;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 17 typedef const typename internal::nested<Lhs, Rhs::RowsAtCompileTime>::type LhsNested;
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
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 63 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;
ProductBase.h 49 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;
GeneralProduct.h 21 * \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;
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;
171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 37 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;
GeneralMatrixMatrixTriangular.h 198 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
243 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;

Completed in 540 milliseconds