Searched refs:Product (Results 1 - 25 of 42) sorted by relevance

12

/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h20 inline const Product<Derived, DiagonalDerived, LazyProduct>
23 return Product<Derived, DiagonalDerived, LazyProduct>(derived(),a_diagonal.derived());
H A DProduct.h20 struct traits<Product<Lhs, Rhs, Option> >
56 /** \class Product
71 class Product : public ProductImpl<_Lhs,_Rhs,Option, class in namespace:Eigen
86 EIGEN_GENERIC_PUBLIC_INTERFACE(Product)
93 EIGEN_DEVICE_FUNC Product(const Lhs& lhs, const Rhs& rhs) : m_lhs(lhs), m_rhs(rhs) function in class:Eigen::Product
116 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type
122 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type
124 typedef Product<Lhs,Rhs,Option> ProductXpr;
140 class ProductImpl : public internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKind>::type
143 typedef typename internal::generic_xpr_base<Product<Lh
[all...]
H A DProductEvaluators.h29 struct evaluator<Product<Lhs, Rhs, Options> >
30 : public product_evaluator<Product<Lhs, Rhs, Options> >
32 typedef Product<Lhs, Rhs, Options> XprType;
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> >
66 : public evaluator<Diagonal<const Product<Lh
[all...]
H A DTranspositions.h337 const Product<MatrixDerived, TranspositionsDerived, AliasFreeProduct>
341 return Product<MatrixDerived, TranspositionsDerived, AliasFreeProduct>
349 const Product<TranspositionsDerived, MatrixDerived, AliasFreeProduct>
353 return Product<TranspositionsDerived, MatrixDerived, AliasFreeProduct>
384 const Product<OtherDerived, Transpose, AliasFreeProduct>
387 return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt.derived());
393 const Product<Transpose, OtherDerived, AliasFreeProduct>
396 return Product<Transpose, OtherDerived, AliasFreeProduct>(*this, matrix.derived());
H A DTriangularMatrix.h452 const Product<TriangularViewType,OtherDerived>
455 return Product<TriangularViewType,OtherDerived>(derived(), rhs.derived());
461 const Product<OtherDerived,TriangularViewType>
464 return Product<OtherDerived,TriangularViewType>(lhs.derived(),rhs.derived());
941 // Triangular = Product
943 struct Assignment<DstXprType, Product<Lhs,Rhs,DefaultProduct>, internal::assign_op<Scalar,typename Product<Lhs,Rhs,DefaultProduct>::Scalar>, Dense2Triangular>
945 typedef Product<Lhs,Rhs,DefaultProduct> SrcXprType;
957 // Triangular += Product
959 struct Assignment<DstXprType, Product<Lh
[all...]
H A DPermutationMatrix.h542 const Product<MatrixDerived, PermutationDerived, AliasFreeProduct>
546 return Product<MatrixDerived, PermutationDerived, AliasFreeProduct>
554 const Product<PermutationDerived, MatrixDerived, AliasFreeProduct>
558 return Product<PermutationDerived, MatrixDerived, AliasFreeProduct>
603 const Product<OtherDerived, InverseType, AliasFreeProduct>
606 return Product<OtherDerived, InverseType, AliasFreeProduct>(matrix.derived(), trPerm.derived());
612 const Product<InverseType, OtherDerived, AliasFreeProduct>
615 return Product<InverseType, OtherDerived, AliasFreeProduct>(derived(), matrix.derived());
H A DSelfAdjointView.h118 const Product<SelfAdjointView,OtherDerived>
121 return Product<SelfAdjointView,OtherDerived>(*this, rhs.derived());
127 const Product<OtherDerived,SelfAdjointView>
130 return Product<OtherDerived,SelfAdjointView>(lhs.derived(),rhs);
H A DGeneralProduct.h112 * Implementation of Inner Vector Vector Product
123 * Implementation of Outer Vector Vector Product
127 * Implementation of General Matrix Vector Product
386 inline const Product<Derived, OtherDerived>
412 return Product<Derived, OtherDerived>(derived(), other.derived());
430 const Product<Derived,OtherDerived,LazyProduct>
449 return Product<Derived,OtherDerived,LazyProduct>(derived(), other.derived());
H A DMatrixBase.h166 const Product<Derived,OtherDerived,LazyProduct>
172 const Product<Derived,OtherDerived>
179 const Product<Derived,OtherDerived,LazyProduct>
193 const Product<Derived, DiagonalDerived, LazyProduct>
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
H A DProduct.java38 public class Product extends AbstractStorelessUnivariateStatistic implements Serializable, WeightedEvaluation { class in inherits:AbstractStorelessUnivariateStatistic,Serializable,WeightedEvaluation
47 * The current Running Product.
52 * Create a Product instance
54 public Product() { method in class:Product
60 * Copy constructor, creates a new {@code Product} identical
63 * @param original the {@code Product} instance to copy
65 public Product(Product original) { method in class:Product
204 public Product copy() {
205 Product resul
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DProduct.java18 public class Product { class
26 return "Product: " + sku;
H A DInvoice.java25 public List<Product> product;
/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h28 inline const Product<Derived,OtherDerived,AliasFreeProduct>
31 return Product<Derived,OtherDerived,AliasFreeProduct>(derived(), other.derived());
102 struct Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::assign_op<typename DstXprType::Scalar,typename Product<Lhs,Rhs,AliasFreeProduct>::Scalar>, Sparse2Dense>
104 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType;
118 struct Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::add_assign_op<typename DstXprType::Scalar,typename Product<Lhs,Rhs,AliasFreeProduct>::Scalar>, Sparse2Dense>
120 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType;
129 struct Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::sub_assign_op<typename DstXprType::Scalar,typename Product<Lh
[all...]
H A DSparsePermutation.h93 // whereas it should be correctly handled by traits<Product<> >::PlainObject
96 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, PermutationShape, SparseShape>
99 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType;
119 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, SparseShape, PermutationShape >
122 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType;
146 inline const Product<SparseDerived, PermDerived, AliasFreeProduct>
148 { return Product<SparseDerived, PermDerived, AliasFreeProduct>(matrix.derived(), perm.derived()); }
153 inline const Product<PermDerived, SparseDerived, AliasFreeProduct>
155 { return Product<PermDerived, SparseDerived, AliasFreeProduct>(perm.derived(), matrix.derived()); }
161 inline const Product<SparseDerive
[all...]
H A DSparseDiagonalProduct.h38 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;
H A DSparseMatrixBase.h296 const Product<Derived,OtherDerived>
298 { return Product<Derived,OtherDerived>(derived(), other.derived()); }
302 const Product<OtherDerived,Derived>
304 { return Product<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
308 const Product<Derived,OtherDerived,AliasFreeProduct>
313 const Product<Derived,OtherDerived>
315 { return Product<Derived,OtherDerived>(derived(), other.derived()); }
319 const Product<OtherDerived,Derived>
321 { return Product<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
H A DSparseSelfAdjointView.h79 Product<SparseSelfAdjointView, OtherDerived>
82 return Product<SparseSelfAdjointView, OtherDerived>(*this, rhs.derived());
91 Product<OtherDerived, SparseSelfAdjointView>
94 return Product<OtherDerived, SparseSelfAdjointView>(lhs.derived(), rhs);
99 Product<SparseSelfAdjointView,OtherDerived>
102 return Product<SparseSelfAdjointView,OtherDerived>(*this, rhs.derived());
107 Product<OtherDerived,SparseSelfAdjointView>
110 return Product<OtherDerived,SparseSelfAdjointView>(lhs.derived(), rhs);
379 struct product_evaluator<Product<LhsView, Rhs, DefaultProduct>, ProductTag, SparseSelfAdjointShape, SparseShape>
380 : public evaluator<typename Product<typenam
[all...]
H A DSparseDenseProduct.h160 typedef typename Product<Lhs,Rhs>::Scalar Scalar;
182 typedef typename Product<Lhs,Rhs>::Scalar Scalar;
209 typedef Product<LhsT,RhsT,DefaultProduct> ProdXprType;
287 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, SparseShape, DenseShape>
292 typedef Product<Lhs, Rhs> XprType;
302 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, DenseShape, SparseShape>
307 typedef Product<Lhs, Rhs> XprType;
/external/clang/test/CodeGenCXX/
H A Dtemp-order.cpp13 unsigned Product, Index; member in struct:TempTracker
15 TempTracker() : Product(1), Index(0) {}
30 TT.Product *= pow(P, ++TT.Index);
53 return tt.Product;
65 return tt.Product;
77 return tt.Product;
91 return tt.Product;
103 return tt.Product;
117 return tt.Product;
129 return tt.Product;
[all...]
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h81 EIGEN_DEVICE_FUNC inline const Product<Homogeneous,Rhs>
85 return Product<Homogeneous,Rhs>(*this,rhs.derived());
89 EIGEN_DEVICE_FUNC inline const Product<Lhs,Homogeneous>
93 return Product<Lhs,Homogeneous>(lhs.derived(),rhs);
97 EIGEN_DEVICE_FUNC inline const Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous >
101 return Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous>(lhs,rhs);
404 typedef Product<Lhs,LinearBlock,LazyProduct> LinearProduct;
409 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, HomogeneousShape, DenseShape>
412 typedef Product<Lhs, Rhs, LazyProduct> XprType;
457 typedef Product<LinearBloc
[all...]
/external/eigen/doc/examples/
H A Dmatrixfree_cg.cpp37 Eigen::Product<MatrixReplacement,Rhs,Eigen::AliasFreeProduct> operator*(const Eigen::MatrixBase<Rhs>& x) const {
38 return Eigen::Product<MatrixReplacement,Rhs,Eigen::AliasFreeProduct>(*this, x.derived());
62 typedef typename Product<MatrixReplacement,Rhs>::Scalar Scalar;
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp148 const SCEVAddRecExpr *Product = local
150 ASSERT_TRUE(Product);
151 ASSERT_EQ(Product->getNumOperands(), 9u);
155 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
164 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
173 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
186 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
204 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
217 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
226 EXPECT_EQ(Product
[all...]
/external/swiftshader/third_party/LLVM/unittests/Analysis/
H A DScalarEvolutionTest.cpp141 const SCEVAddRecExpr *Product = local
143 ASSERT_TRUE(Product);
144 ASSERT_EQ(Product->getNumOperands(), 9u);
148 EXPECT_EQ(Product->getOperand(0), SE.getAddExpr(Sum));
157 EXPECT_EQ(Product->getOperand(1), SE.getAddExpr(Sum));
166 EXPECT_EQ(Product->getOperand(2), SE.getAddExpr(Sum));
179 EXPECT_EQ(Product->getOperand(3), SE.getAddExpr(Sum));
197 EXPECT_EQ(Product->getOperand(4), SE.getAddExpr(Sum));
210 EXPECT_EQ(Product->getOperand(5), SE.getAddExpr(Sum));
219 EXPECT_EQ(Product
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
H A DStatUtils.java29 import org.apache.commons.math.stat.descriptive.summary.Product;
49 private static final UnivariateStatistic PRODUCT = new Product();
/external/chromium-trace/catapult/telemetry/telemetry/
H A Ddecorators_unittest.py39 def Product(): function in function:TestDisableDecorators.testDisabledStringOnFunction
43 decorators.GetDisabledAttributes(Product))
140 def Product(): function in function:TestEnableDecorators.testEnabledStringOnFunction
144 decorators.GetEnabledAttributes(Product))

Completed in 1381 milliseconds

12