OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoeffBasedProduct
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/Core/
NoAlias.h
77
EIGEN_STRONG_INLINE ExpressionType& operator+=(const
CoeffBasedProduct
<Lhs,Rhs,NestingFlags>& other)
78
{ return m_expression.derived() +=
CoeffBasedProduct
<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs()); }
81
EIGEN_STRONG_INLINE ExpressionType& operator-=(const
CoeffBasedProduct
<Lhs,Rhs,NestingFlags>& other)
82
{ return m_expression.derived() -=
CoeffBasedProduct
<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs()); }
ProductBase.h
84
typedef
CoeffBasedProduct
<LhsNested, RhsNested, 0> FullyLazyCoeffBaseProductType;
GeneralProduct.h
163
typedef
CoeffBasedProduct
<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> Type;
171
typedef
CoeffBasedProduct
<LhsNested, RhsNested, NestByRefBit> Type;
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
38
struct traits<
CoeffBasedProduct
<LhsNested,RhsNested,NestingFlags> >
113
class
CoeffBasedProduct
115
public MatrixBase<
CoeffBasedProduct
<LhsNested, RhsNested, NestingFlags> >
119
typedef MatrixBase<
CoeffBasedProduct
> Base;
120
EIGEN_DENSE_PUBLIC_INTERFACE(
CoeffBasedProduct
)
125
typedef typename internal::traits<
CoeffBasedProduct
>::_LhsNested _LhsNested;
126
typedef typename internal::traits<
CoeffBasedProduct
>::_RhsNested _RhsNested;
130
InnerSize = internal::traits<
CoeffBasedProduct
>::InnerSize,
132
CanVectorizeInner = internal::traits<
CoeffBasedProduct
>::CanVectorizeInner
139
typedef
CoeffBasedProduct
<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType
[
all
...]
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
94
template<typename Lhs, typename Rhs, int NestingFlags> class
CoeffBasedProduct
;
Completed in 39 milliseconds