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

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 38 typedef typename remove_all<Lhs>::type _Lhs;
41 MaxRows = traits<_Lhs>::MaxRowsAtCompileTime,
42 Rows = traits<_Lhs>::RowsAtCompileTime,
45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime,
47 Depth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::ColsAtCompileTime,
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 123 typedef typename remove_all<Lhs>::type _Lhs;
128 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
131 && (((_Lhs::Flags & (UpperTriangularBit | LowerTriangularBit)) == 0)
132 || ((_Lhs::Flags & UpperTriangularBit) && !LhsIsRowMajor)
133 || ((_Lhs::Flags & LowerTriangularBit) && LhsIsRowMajor)),
145 typename _Lhs::InnerLowerIterator lIt(lhs, row);
165 typename _Lhs::InnerUpperIterator uIt(lhs, lhscol);
186 typedef typename remove_all<Lhs>::type _Lhs;
191 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit
    [all...]

Completed in 1300 milliseconds