Home
last modified time | relevance | path

Searched refs:NestByRefBit (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/Core/
DNoAlias.h78 …{ return m_expression.derived() += CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs(…
82 …{ return m_expression.derived() -= CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs(…
DArrayWrapper.h35 Flags = Flags0 & ~NestByRefBit
160 Flags = Flags0 & ~NestByRefBit
DMap.h92 Flags0 = TraitsBase::Flags & (~NestByRefBit),
DRef.h98 Flags = traits<Map<_PlainObjectType, _Options, _StrideType> >::Flags | NestByRefBit
DTranspose.h45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
DProductBase.h38 | EvalBeforeNestingBit | EvalBeforeAssigningBit | NestByRefBit,
DGeneralProduct.h171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
/external/eigen/Eigen/src/Core/util/
DConstants.h149 const unsigned int NestByRefBit = 0x100; variable
DXprHelper.h158 …enum { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | ro…
279 bool(traits<T>::Flags & NestByRefBit),
/external/eigen/unsupported/Eigen/src/SparseExtra/
DDynamicSparseMatrix.h48 Flags = _Options | NestByRefBit | LvalueBit,
/external/eigen/Eigen/src/SparseCore/
DSparseVector.h43 Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit),
DSparseMatrix.h54 Flags = _Options | NestByRefBit | LvalueBit,
/external/eigen/Eigen/src/Core/products/
DCoeffBasedProduct.h140 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;