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

  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 37 template<typename Lhs, typename Rhs, int ProductType>
38 struct generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType>
89 template<typename Lhs, typename Rhs, int ProductType>
90 struct generic_product_impl<Lhs, Rhs, SparseShape, SparseTriangularShape, ProductType>
91 : public generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType>
95 template<typename Lhs, typename Rhs, int ProductType>
96 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, SparseShape, ProductType>
97 : public generic_product_impl<Lhs, Rhs, SparseShape, SparseShape, ProductType>
SparseDenseProduct.h 156 template<typename Lhs, typename Rhs, int ProductType>
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> >
173 template<typename Lhs, typename Rhs, int ProductType>
174 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, DenseShape, ProductType>
175 : generic_product_impl<Lhs, Rhs, SparseShape, DenseShape, ProductType>
178 template<typename Lhs, typename Rhs, int 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> >
198 template<typename Lhs, typename Rhs, int ProductType>
    [all...]
SparseSelfAdjointView.h 340 template<typename LhsView, typename Rhs, int ProductType>
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> >
357 template<typename Lhs, typename RhsView, int 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/Core/products/
GeneralMatrixMatrixTriangular.h 195 template<typename MatrixType, typename ProductType, int UpLo, bool IsOuterProduct>
199 template<typename MatrixType, typename ProductType, int UpLo>
200 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,true>
202 static void run(MatrixType& mat, const ProductType& prod, const typename MatrixType::Scalar& alpha, bool beta)
206 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs;
212 typedef typename internal::remove_all<typename ProductType::RhsNested>::type Rhs;
247 template<typename MatrixType, typename ProductType, int UpLo>
248 struct general_product_to_triangular_selector<MatrixType,ProductType,UpLo,false>
250 static void run(MatrixType& mat, const ProductType& prod, const typename MatrixType::Scalar& alpha, bool beta)
252 typedef typename internal::remove_all<typename ProductType::LhsNested>::type Lhs
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 509 typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
510 typedef typename ProductType::ResultType ResultType;
519 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
520 return ProductType::run(*this,other);
    [all...]
  /external/ImageMagick/coders/
wpg.c 864 unsigned int ProductType;
1004 Header.ProductType=ReadBlobLSBShort(image);
1011 if (Header.FileId!=0x435057FF || (Header.ProductType>>8)!=0x16)
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 166 int ProductType = internal::product_type<Lhs,Rhs>::value>
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 544 template<typename ProductType>
546 EIGEN_STRONG_INLINE TriangularViewType& _assignProduct(const ProductType& prod, const Scalar& alpha, bool beta);
    [all...]
ProductEvaluators.h 85 int ProductType = internal::product_type<Lhs,Rhs>::value>
216 template<typename DstXprType, typename OtherXpr, typename ProductType, typename Func1, typename Func2>
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 94 ProductType byte
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 94 ProductType byte
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/
aws-java-sdk-servicecatalog-1.11.18.jar 

Completed in 390 milliseconds