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

  /external/eigen/Eigen/src/Core/
Product.h 64 typedef typename Lhs::Nested LhsNested;
66 typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
84 const LhsNested m_lhs;
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;
171 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/SparseCore/
SparseDiagonalProduct.h 63 typedef typename Lhs::Nested LhsNested;
66 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
96 LhsNested m_lhs;
SparseDenseProduct.h 44 typedef typename Lhs::Nested LhsNested;
46 typedef typename remove_all<LhsNested>::type _LhsNested;
78 typedef typename Traits::LhsNested LhsNested;
106 LhsNested m_lhs;
SparseProduct.h 28 typename internal::nested<Lhs,Rhs::RowsAtCompileTime>::type>::type LhsNested;
34 typedef SparseSparseProduct<LhsNested, RhsNested> Type;
38 template<typename LhsNested, typename RhsNested>
39 struct traits<SparseSparseProduct<LhsNested, RhsNested> >
43 typedef typename remove_all<LhsNested>::type _LhsNested;
78 template<typename LhsNested, typename RhsNested>
80 public SparseMatrixBase<SparseSparseProduct<LhsNested, RhsNested> >
150 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...]

Completed in 789 milliseconds