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

  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape>
41 typedef Product<Lhs, Rhs, DefaultProduct> XprType;
49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape>
52 typedef Product<Lhs, Rhs, DefaultProduct> XprType;
SparseSelfAdjointView.h 380 struct product_evaluator<Product<LhsView, Rhs, DefaultProduct>, ProductTag, SparseSelfAdjointShape, SparseShape>
381 : public evaluator<typename Product<typename Rhs::PlainObject, Rhs, DefaultProduct>::PlainObject>
383 typedef Product<LhsView, Rhs, DefaultProduct> XprType;
400 struct product_evaluator<Product<Lhs, RhsView, DefaultProduct>, ProductTag, SparseShape, SparseSelfAdjointShape>
401 : public evaluator<typename Product<Lhs, typename Lhs::PlainObject, DefaultProduct>::PlainObject>
403 typedef Product<Lhs, RhsView, DefaultProduct> XprType;
SparseDenseProduct.h 209 typedef Product<LhsT,RhsT,DefaultProduct> ProdXprType;
287 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, SparseShape, DenseShape>
302 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, DenseShape, SparseShape>
SparseProduct.h 140 : public evaluator<typename Product<Lhs, Rhs, DefaultProduct>::PlainObject>
  /external/eigen/Eigen/src/Core/
ProductEvaluators.h 43 const Product<Lhs, Rhs, DefaultProduct> > >
50 const Product<Lhs, Rhs, DefaultProduct> > >
51 : public evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, DefaultProduct> >
55 const Product<Lhs, Rhs, DefaultProduct> > XprType;
56 typedef evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, DefaultProduct> > Base;
65 struct evaluator<Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> >
68 typedef Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> XprType;
89 struct evaluator_assume_aliasing<Product<Lhs, Rhs, DefaultProduct> > {
137 typename enable_if<(Options==DefaultProduct || Options==AliasFreeProduct)>::type>
155 typename enable_if<(Options==DefaultProduct || Options==AliasFreeProduct)>::type
    [all...]
TriangularMatrix.h     [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 484 { DefaultProduct=0, LazyProduct, AliasFreeProduct, CoeffBasedProductMode, LazyCoeffBasedProductMode, OuterProduct, InnerProduct, GemvProduct, GemmProduct };
ForwardDeclarations.h 98 template<typename Lhs, typename Rhs, int Option = DefaultProduct> class Product;

Completed in 258 milliseconds