Home
last modified time | relevance | path

Searched refs:DenseShape (Results 1 – 16 of 16) sorted by relevance

/external/eigen/Eigen/src/Core/
DProductEvaluators.h206 … const Product<Lhs,Rhs,DefaultProduct> >, DenseShape > {
212 … const Product<Lhs,Rhs,DefaultProduct> >, DenseShape > {
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>
421 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,LazyCoeffBasedProductMode>
422 : generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,CoeffBasedProductMode> {};
437 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape, DenseShape>
[all …]
DDiagonalMatrix.h315 template<> struct AssignmentKind<DenseShape,DiagonalShape> { typedef Diagonal2Dense Kind; };
DTriangularMatrix.h818 template<> struct AssignmentKind<DenseShape,TriangularShape> { typedef Triangular2Dense K…
819 template<> struct AssignmentKind<TriangularShape,DenseShape> { typedef Dense2Triangular K…
DBandMatrix.h347 template<> struct AssignmentKind<DenseShape,BandShape> { typedef EigenBase2EigenBase Kind; };
DAssignEvaluator.h764 template<> struct AssignmentKind<DenseShape,DenseShape> { typedef Dense2Dense Kind; };
DPermutationMatrix.h627 template<> struct AssignmentKind<DenseShape,PermutationShape> { typedef EigenBase2EigenBase Kind; };
DCoreEvaluators.h31 template<> struct storage_kind_to_shape<Dense> { typedef DenseShape Shape; …
/external/eigen/Eigen/src/SparseCore/
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>
287 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, SparseShape, DenseShape>
302 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, DenseShape, SparseShape>
DSparseProduct.h48 …rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::t…
60 …rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::t…
81 static void evalTo(Dest& dst, const Lhs& lhs, const Rhs& rhs, DenseShape)
DSparseAssign.h66 template<> struct AssignmentKind<DenseShape, SparseShape> { typedef Sparse2Dense Kind; …
67 template<> struct AssignmentKind<DenseShape, SparseTriangularShape> { typedef Sparse2Dense Kind; …
DSparseSelfAdjointView.h341 struct generic_product_impl<LhsView, Rhs, SparseSelfAdjointShape, DenseShape, ProductType>
342 …LhsView, Rhs, generic_product_impl<LhsView, Rhs, SparseSelfAdjointShape, DenseShape, ProductType> >
358 struct generic_product_impl<Lhs, RhsView, DenseShape, SparseSelfAdjointShape, ProductType>
359 : generic_product_impl_base<Lhs, RhsView, generic_product_impl<Lhs, RhsView, DenseShape, SparseSelf…
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h328 template<> struct AssignmentKind<DenseShape,HomogeneousShape> { typedef Dense2Dense Kind; };
384 struct generic_product_impl<Homogeneous<LhsArg,Horizontal>, Rhs, HomogeneousShape, DenseShape, Prod…
409 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, HomogeneousShape, DenseShape>
425 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, Produc…
462 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape, HomogeneousShape>
478 …impl<Transform<Scalar,Dim,Mode,Options>, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShap…
490 : public permutation_matrix_product<ExpressionType, Side, Transposed, DenseShape>
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h405 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;
/external/eigen/doc/examples/
Dmatrixfree_cg.cpp59 …struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV …
/external/eigen/Eigen/src/Core/util/
DConstants.h512 struct DenseShape { static std::string debugName() { return "DenseShape"; } }; in debugName() argument
DXprHelper.h658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };