HomeSort by relevance Sort by last modified time
    Searched refs:DenseShape (Results 1 - 16 of 16) sorted by null

  /external/eigen/Eigen/src/Core/
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>
    [all...]
DiagonalMatrix.h 315 template<> struct AssignmentKind<DenseShape,DiagonalShape> { typedef Diagonal2Dense Kind; };
BandMatrix.h 347 template<> struct AssignmentKind<DenseShape,BandShape> { typedef EigenBase2EigenBase Kind; };
TriangularMatrix.h 818 template<> struct AssignmentKind<DenseShape,TriangularShape> { typedef Triangular2Dense Kind; };
819 template<> struct AssignmentKind<TriangularShape,DenseShape> { typedef Dense2Triangular Kind; };
    [all...]
PermutationMatrix.h 627 template<> struct AssignmentKind<DenseShape,PermutationShape> { typedef EigenBase2EigenBase Kind; };
AssignEvaluator.h 764 template<> struct AssignmentKind<DenseShape,DenseShape> { typedef Dense2Dense Kind; };
    [all...]
CoreEvaluators.h 31 template<> struct storage_kind_to_shape<Dense> { typedef DenseShape Shape; };
    [all...]
  /external/eigen/Eigen/src/SparseCore/
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,ProductType> >
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,ProductType> >
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
    [all...]
SparseProduct.h 48 static void addTo(Dest& dst, const ActualLhs& lhs, const Rhs& rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::type* = 0)
60 static void subTo(Dest& dst, const Lhs& lhs, const Rhs& rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::type* = 0)
81 static void evalTo(Dest& dst, const Lhs& lhs, const Rhs& rhs, DenseShape)
SparseAssign.h 66 template<> struct AssignmentKind<DenseShape, SparseShape> { typedef Sparse2Dense Kind; };
67 template<> struct AssignmentKind<DenseShape, SparseTriangularShape> { typedef Sparse2Dense Kind; };
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, 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, SparseSelfAdjointShape, ProductType> >
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 328 template<> struct AssignmentKind<DenseShape,HomogeneousShape> { typedef Dense2Dense Kind; };
384 struct generic_product_impl<Homogeneous<LhsArg,Horizontal>, Rhs, HomogeneousShape, DenseShape, ProductTag>
409 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, HomogeneousShape, DenseShape>
425 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, ProductTag>
462 struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape, HomogeneousShape>
478 struct generic_product_impl<Transform<Scalar,Dim,Mode,Options>, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, ProductTag>
490 : public permutation_matrix_product<ExpressionType, Side, Transposed, DenseShape>
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 406 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;
  /external/eigen/Eigen/src/Core/util/
Constants.h 512 struct DenseShape { static std::string debugName() { return "DenseShape"; } };
XprHelper.h 658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };
    [all...]
  /external/eigen/doc/examples/
matrixfree_cg.cpp 59 struct generic_product_impl<MatrixReplacement, Rhs, SparseShape, DenseShape, GemvProduct> // GEMV stands for matrix-vector

Completed in 144 milliseconds