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

  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape> struct in namespace:Eigen::internal
45 explicit product_evaluator(const XprType& xpr) : Base(xpr.rhs(), xpr.lhs().diagonal()) {} function in struct:Eigen::internal::product_evaluator
49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape> struct in namespace:Eigen::internal
56 explicit product_evaluator(const XprType& xpr) : Base(xpr.lhs(), xpr.rhs().diagonal().transpose()) {} function in struct:Eigen::internal::product_evaluator
SparsePermutation.h 96 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, PermutationShape, SparseShape> struct in namespace:Eigen::internal
107 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
119 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, SparseShape, PermutationShape > struct in namespace:Eigen::internal
130 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
SparseDenseProduct.h 287 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, SparseShape, DenseShape> struct in namespace:Eigen::internal
295 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
302 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, DenseShape, SparseShape> struct in namespace:Eigen::internal
310 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
SparseSelfAdjointView.h 380 struct product_evaluator<Product<LhsView, Rhs, DefaultProduct>, ProductTag, SparseSelfAdjointShape, SparseShape> struct in namespace:Eigen::internal
387 product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
400 struct product_evaluator<Product<Lhs, RhsView, DefaultProduct>, ProductTag, SparseShape, SparseSelfAdjointShape> struct in namespace:Eigen::internal
407 product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
  /external/eigen/Eigen/src/Core/
ProductEvaluators.h 23 * we simply deffer the evaluation logic to a product_evaluator class
26 * \sa class product_evaluator
30 : public product_evaluator<Product<Lhs, Rhs, Options> >
33 typedef product_evaluator<XprType> Base;
96 struct product_evaluator<Product<Lhs, Rhs, Options>, ProductTag, LhsShape, RhsShape> struct in namespace:Eigen::internal
107 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
437 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape, DenseShape> struct in namespace:Eigen::internal
445 explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
597 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, LazyCoeffBasedProductMode, DenseShape, DenseShape> struct in namespace:Eigen::internal
598 : product_evaluator<Product<Lhs, Rhs, LazyProduct>, CoeffBasedProductMode, DenseShape, DenseShape
606 EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
828 struct product_evaluator<Product<Lhs, Rhs, ProductKind>, ProductTag, DiagonalShape, DenseShape> struct in namespace:Eigen::internal
844 EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
874 struct product_evaluator<Product<Lhs, Rhs, ProductKind>, ProductTag, DenseShape, DiagonalShape> struct in namespace:Eigen::internal
888 EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 409 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, HomogeneousShape, DenseShape> struct in namespace:Eigen::internal
418 EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
462 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape, HomogeneousShape> struct in namespace:Eigen::internal
471 EIGEN_DEVICE_FUNC explicit product_evaluator(const XprType& xpr) function in struct:Eigen::internal::product_evaluator
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 152 * \class product_evaluator
162 > struct product_evaluator;

Completed in 422 milliseconds