Home
last modified time | relevance | path

Searched refs:NestByRefBit (Results 1 – 11 of 11) 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(…
DMap.h92 Flags0 = TraitsBase::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.h144 const unsigned int NestByRefBit = 0x100; variable
DXprHelper.h136 …enum { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | ro…
257 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.h139 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;