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

  /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 46 typedef typename remove_reference<LhsNested>::type _LhsNested;
49 Flags = cwise_promote_storage_order<typename traits<Lhs>::StorageKind,typename traits<Rhs>::StorageKind,_LhsNested::Flags & RowMajorBit,_RhsNested::Flags & RowMajorBit>::value
100 typedef typename internal::remove_reference<LhsNested>::type _LhsNested;
132 const _LhsNested& lhs() const { return m_lhs; }
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorAssign.h 33 typedef typename remove_reference<LhsNested>::type _LhsNested;
TensorCustomOp.h 179 typedef typename remove_reference<LhsNested>::type _LhsNested;
TensorConcatenation.h 35 typedef typename remove_reference<LhsNested>::type _LhsNested;
TensorExpr.h 160 typedef typename remove_reference<LhsNested>::type _LhsNested;
TensorContraction.h 37 typedef typename remove_reference<LhsNested>::type _LhsNested;
TensorConvolution.h 230 typedef typename remove_reference<LhsNested>::type _LhsNested;
    [all...]

Completed in 453 milliseconds