Searched refs:generic_product_impl (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseProduct.h | 38 struct generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType> 90 struct generic_product_impl<Lhs, Rhs, SparseShape, SparseTriangularShape, ProductType> 91 : public generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType> 96 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, SparseShape, ProductType> 97 : public generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType> 112 generic_product_impl<Lhs, Rhs>::evalTo(dst,src.lhs(),src.rhs()); 123 generic_product_impl<Lhs, Rhs>::addTo(dst,src.lhs(),src.rhs()); 134 generic_product_impl<Lhs, Rhs>::subTo(dst,src.lhs(),src.rhs());
|
D | SparseDenseProduct.h | 157 struct generic_product_impl<Lhs, Rhs, SparseShape, DenseShape, ProductType> 158 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,SparseShape,DenseShape,ProductTyp… 174 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, DenseShape, ProductType> 175 : generic_product_impl<Lhs, Rhs, SparseShape, DenseShape, ProductType> 179 struct generic_product_impl<Lhs, Rhs, DenseShape, SparseShape, ProductType> 180 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,SparseShape,ProductTyp… 199 struct generic_product_impl<Lhs, Rhs, DenseShape, SparseTriangularShape, ProductType> 200 : generic_product_impl<Lhs, Rhs, DenseShape, SparseShape, ProductType>
|
D | SparseSelfAdjointView.h | 341 struct generic_product_impl<LhsView, Rhs, SparseSelfAdjointShape, DenseShape, ProductType> 342 : generic_product_impl_base<LhsView, Rhs, generic_product_impl<LhsView, Rhs, SparseSelfAdjointShape… 358 struct generic_product_impl<Lhs, RhsView, DenseShape, SparseSelfAdjointShape, ProductType> 359 : generic_product_impl_base<Lhs, RhsView, generic_product_impl<Lhs, RhsView, DenseShape, SparseSelf… 391 …generic_product_impl<typename Rhs::PlainObject, Rhs, SparseShape, SparseShape, ProductTag>::evalTo… 411 …generic_product_impl<Lhs, typename Lhs::PlainObject, SparseShape, SparseShape, ProductTag>::evalTo…
|
D | SparsePermutation.h | 111 …generic_product_impl<Lhs, Rhs, PermutationShape, SparseShape, ProductTag>::evalTo(m_result, xpr.lh… 134 …generic_product_impl<Lhs, Rhs, SparseShape, PermutationShape, ProductTag>::evalTo(m_result, xpr.lh…
|
/external/eigen/Eigen/src/Core/ |
D | ProductEvaluators.h | 86 struct generic_product_impl; 124 …generic_product_impl<Lhs, Rhs, LhsShape, RhsShape, ProductTag>::evalTo(m_result, xpr.lhs(), xpr.rh… 148 generic_product_impl<Lhs, Rhs>::evalTo(dst, src.lhs(), src.rhs()); 163 generic_product_impl<Lhs, Rhs>::addTo(dst, src.lhs(), src.rhs()); 178 generic_product_impl<Lhs, Rhs>::subTo(dst, src.lhs(), src.rhs()); 246 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,InnerProduct> 297 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,OuterProduct> 366 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemvProduct> 367 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemvProduct… 388 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,CoeffBasedProductMode> [all …]
|
/external/eigen/doc/examples/ |
D | matrixfree_cg.cpp | 59 …struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV … struct 60 : generic_product_impl_base<MatrixReplacement,Rhs,generic_product_impl<MatrixReplacement,Rhs> >
|
/external/eigen/doc/ |
D | MatrixfreeSolverExample.dox | 10 …or (its actual implementation goes in a specialization of the internal::generic_product_impl class)
|
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 384 struct generic_product_impl<Homogeneous<LhsArg,Horizontal>, Rhs, HomogeneousShape, DenseShape, Prod… 425 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, Produc… 437 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, TriangularShape, HomogeneousShape, P… 478 struct generic_product_impl<Transform<Scalar,Dim,Mode,Options>, Homogeneous<RhsArg,Vertical>, Dense…
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 405 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemmProduct> 406 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemmProduct… 424 typedef generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,CoeffBasedProductMode> lazyproduct;
|