/external/eigen/Eigen/src/Core/ |
D | ProductEvaluators.h | 206 … 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 …]
|
D | DiagonalMatrix.h | 315 template<> struct AssignmentKind<DenseShape,DiagonalShape> { typedef Diagonal2Dense Kind; };
|
D | TriangularMatrix.h | 818 template<> struct AssignmentKind<DenseShape,TriangularShape> { typedef Triangular2Dense K… 819 template<> struct AssignmentKind<TriangularShape,DenseShape> { typedef Dense2Triangular K…
|
D | BandMatrix.h | 347 template<> struct AssignmentKind<DenseShape,BandShape> { typedef EigenBase2EigenBase Kind; };
|
D | AssignEvaluator.h | 764 template<> struct AssignmentKind<DenseShape,DenseShape> { typedef Dense2Dense Kind; };
|
D | PermutationMatrix.h | 627 template<> struct AssignmentKind<DenseShape,PermutationShape> { typedef EigenBase2EigenBase Kind; };
|
D | CoreEvaluators.h | 31 template<> struct storage_kind_to_shape<Dense> { typedef DenseShape Shape; …
|
/external/eigen/Eigen/src/SparseCore/ |
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> 287 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, SparseShape, DenseShape> 302 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, OuterProduct, DenseShape, SparseShape>
|
D | SparseProduct.h | 48 …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)
|
D | SparseAssign.h | 66 template<> struct AssignmentKind<DenseShape, SparseShape> { typedef Sparse2Dense Kind; … 67 template<> struct AssignmentKind<DenseShape, SparseTriangularShape> { typedef Sparse2Dense Kind; …
|
D | SparseSelfAdjointView.h | 341 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/ |
D | Homogeneous.h | 328 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/ |
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;
|
/external/eigen/doc/examples/ |
D | matrixfree_cg.cpp | 59 …struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV …
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 512 struct DenseShape { static std::string debugName() { return "DenseShape"; } }; in debugName() argument
|
D | XprHelper.h | 658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };
|