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 43 typedef typename remove_all<LhsNested>::type _LhsNested;
45 typedef typename _LhsNested::Scalar Scalar;
46 typedef typename promote_index_type<typename traits<_LhsNested>::Index,
50 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
52 LhsFlags = _LhsNested::Flags,
55 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
57 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
60 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
89 typedef typename internal::traits<SparseSparseProduct>::_LhsNested _LhsNested;
    [all...]
SparseCwiseBinaryOp.h 98 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested;
100 typedef typename _LhsNested::InnerIterator LhsIterator;
164 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested;
165 typedef typename _LhsNested::InnerIterator LhsIterator;
218 typedef typename traits<CwiseBinaryXpr>::_LhsNested _LhsNested;
220 typedef typename _LhsNested::InnerIterator LhsIterator;
SparseDiagonalProduct.h 66 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
70 LhsMode = internal::is_diagonal<_LhsNested>::ret ? internal::SDP_IsDiagonal
71 : (_LhsNested::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor,
81 <_LhsNested,_RhsNested,SparseDiagonalProduct,LhsMode,RhsMode> InnerIterator;
92 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; }
SparseDenseProduct.h 46 typedef typename remove_all<LhsNested>::type _LhsNested;
50 LhsCoeffReadCost = traits<_LhsNested>::CoeffReadCost,
80 typedef typename Traits::_LhsNested _LhsNested;
102 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; }
111 class SparseDenseOuterProduct<Lhs,Rhs,Transpose>::InnerIterator : public _LhsNested::InnerIterator
113 typedef typename _LhsNested::InnerIterator Base;
279 Transpose<const _LhsNested> lhs_t(m_lhs);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 26 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
28 typedef typename _LhsNested::Scalar Scalar;
31 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
33 LhsFlags = _LhsNested::Flags,
36 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
38 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
40 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
70 typedef typename traits<SkylineProduct>::_LhsNested _LhsNested;
81 ProductIsValid = _LhsNested::ColsAtCompileTime == Dynami
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 65 typedef typename remove_reference<LhsNested>::type _LhsNested;
68 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
70 LhsFlags = _LhsNested::Flags,
72 SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value,
122 typedef typename internal::remove_reference<LhsNested>::type _LhsNested;
150 const _LhsNested& lhs() const { return m_lhs; }
ProductBase.h 50 typedef typename Base::_LhsNested _LhsNested; \
70 typedef typename internal::remove_all<LhsNested>::type _LhsNested;
71 typedef internal::blas_traits<_LhsNested> LhsBlasTraits;
113 const _LhsNested& lhs() const { return m_lhs; }
223 typename NestedProduct::_LhsNested,
233 typename NestedProduct::_LhsNested,
238 typename NestedProduct::_LhsNested,
GeneralProduct.h 321 typedef typename internal::conditional<int(Side)==OnTheRight,_LhsNested,_RhsNested>::type MatrixType;
343 ::run(GeneralProduct<Transpose<const typename ProductType::_RhsNested>,Transpose<const typename ProductType::_LhsNested>, GemvProduct>
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 41 typedef typename remove_all<LhsNested>::type _LhsNested;
43 typedef typename scalar_product_traits<typename _LhsNested::Scalar, typename _RhsNested::Scalar>::ReturnType Scalar;
44 typedef typename promote_storage_type<typename traits<_LhsNested>::StorageKind,
46 typedef typename promote_index_type<typename traits<_LhsNested>::Index,
50 LhsCoeffReadCost = _LhsNested::CoeffReadCost,
52 LhsFlags = _LhsNested::Flags,
55 RowsAtCompileTime = _LhsNested::RowsAtCompileTime,
57 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime),
59 MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime,
65 SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value
    [all...]

Completed in 847 milliseconds