Home
last modified time | relevance | path

Searched refs:generic_product_impl (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseProduct.h38 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());
DSparseDenseProduct.h157 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>
DSparseSelfAdjointView.h341 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…
391generic_product_impl<typename Rhs::PlainObject, Rhs, SparseShape, SparseShape, ProductTag>::evalTo…
411generic_product_impl<Lhs, typename Lhs::PlainObject, SparseShape, SparseShape, ProductTag>::evalTo…
DSparsePermutation.h111generic_product_impl<Lhs, Rhs, PermutationShape, SparseShape, ProductTag>::evalTo(m_result, xpr.lh…
134generic_product_impl<Lhs, Rhs, SparseShape, PermutationShape, ProductTag>::evalTo(m_result, xpr.lh…
/external/eigen/Eigen/src/Core/
DProductEvaluators.h86 struct generic_product_impl;
124generic_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/
Dmatrixfree_cg.cpp59 …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/
DMatrixfreeSolverExample.dox10 …or (its actual implementation goes in a specialization of the internal::generic_product_impl class)
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h384 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/
DGeneralMatrixMatrix.h406 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemmProduct>
407 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,GemmProduct…
425 typedef generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,CoeffBasedProductMode> lazyproduct;