Home
last modified time | relevance | path

Searched refs:RhsMapper (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularSolverVector.h42 typedef const_blas_data_mapper<RhsScalar,Index,ColMajor> RhsMapper;
65 …matrix_vector_product<Index,LhsScalar,LhsMapper,RowMajor,Conjugate,RhsScalar,RhsMapper,false>::run(
68 RhsMapper(rhs + startCol, 1),
99 typedef const_blas_data_mapper<RhsScalar,Index,ColMajor> RhsMapper;
131 …matrix_vector_product<Index,LhsScalar,LhsMapper,ColMajor,Conjugate,RhsScalar,RhsMapper,false>::run(
134 RhsMapper(rhs+startBlock, 1),
DTriangularMatrixVector.h55 typedef const_blas_data_mapper<RhsScalar,Index,RowMajor> RhsMapper;
74 …rix_vector_product<Index,LhsScalar,LhsMapper,ColMajor,ConjLhs,RhsScalar,RhsMapper,ConjRhs,BuiltIn>…
77 RhsMapper(&rhs.coeffRef(pi), rhsIncr),
83 …general_matrix_vector_product<Index,LhsScalar,LhsMapper,ColMajor,ConjLhs,RhsScalar,RhsMapper,ConjR…
86 RhsMapper(&rhs.coeffRef(size), rhsIncr),
126 typedef const_blas_data_mapper<RhsScalar,Index,RowMajor> RhsMapper;
145 …rix_vector_product<Index,LhsScalar,LhsMapper,RowMajor,ConjLhs,RhsScalar,RhsMapper,ConjRhs,BuiltIn>…
148 RhsMapper(&rhs.coeffRef(s), rhsIncr),
154 …general_matrix_vector_product<Index,LhsScalar,LhsMapper,RowMajor,ConjLhs,RhsScalar,RhsMapper,ConjR…
157 RhsMapper(&rhs.coeffRef(0), rhsIncr),
DGeneralMatrixVector.h58 …ar, typename LhsMapper, bool ConjugateLhs, typename RhsScalar, typename RhsMapper, bool ConjugateR…
59 …ector_product<Index,LhsScalar,LhsMapper,ColMajor,ConjugateLhs,RhsScalar,RhsMapper,ConjugateRhs,Ver…
82 const RhsMapper& rhs,
87 …ar, typename LhsMapper, bool ConjugateLhs, typename RhsScalar, typename RhsMapper, bool ConjugateR…
88 …ector_product<Index,LhsScalar,LhsMapper,ColMajor,ConjugateLhs,RhsScalar,RhsMapper,ConjugateRhs,Ver…
91 const RhsMapper& rhs,
334 …ar, typename LhsMapper, bool ConjugateLhs, typename RhsScalar, typename RhsMapper, bool ConjugateR…
335 …ector_product<Index,LhsScalar,LhsMapper,RowMajor,ConjugateLhs,RhsScalar,RhsMapper,ConjugateRhs,Ver…
358 const RhsMapper& rhs,
363 …ar, typename LhsMapper, bool ConjugateLhs, typename RhsScalar, typename RhsMapper, bool ConjugateR…
[all …]
DTriangularMatrixMatrix.h121 typedef const_blas_data_mapper<Scalar, Index, RhsStorageOrder> RhsMapper;
124 RhsMapper rhs(_rhs,rhsStride);
149 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr,RhsStorageOrder> pack_rhs;
272 typedef const_blas_data_mapper<Scalar, Index, RhsStorageOrder> RhsMapper;
275 RhsMapper rhs(_rhs,rhsStride);
296 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr,RhsStorageOrder> pack_rhs;
297 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr,RhsStorageOrder,false,true> pack_rhs_panel;
348 RhsMapper(triangularBuffer.data(), triangularBuffer.outerStride()),
DTriangularSolverMatrix.h208 typedef const_blas_data_mapper<Scalar, Index, TriStorageOrder> RhsMapper;
210 RhsMapper rhs(_tri, triStride);
230 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr, RhsStorageOrder> pack_rhs;
231 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr, RhsStorageOrder,false,true> pack_rhs_panel;
DGeneralMatrixMatrixTriangular.h68 typedef const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> RhsMapper;
71 RhsMapper rhs(_rhs,rhsStride);
88 gemm_pack_rhs<RhsScalar, Index, RhsMapper, Traits::nr, RhsStorageOrder> pack_rhs;
DGeneralMatrixMatrix.h68 typedef const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> RhsMapper;
71 RhsMapper rhs(_rhs,rhsStride);
79 gemm_pack_rhs<RhsScalar, Index, RhsMapper, Traits::nr, RhsStorageOrder> pack_rhs;
DSelfadjointMatrixMatrix.h336 typedef const_blas_data_mapper<Scalar, Index, RhsStorageOrder> RhsMapper;
340 RhsMapper rhs(_rhs,rhsStride);
354 gemm_pack_rhs<Scalar, Index, RhsMapper, Traits::nr,RhsStorageOrder> pack_rhs;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionCuda.h20 typename RhsMapper, typename OutputMapper, bool needs_edge_check>
22 EigenContractionKernelInternal(const LhsMapper lhs, const RhsMapper rhs, in EigenContractionKernelInternal()
500 typename RhsMapper, typename OutputMapper>
503 EigenContractionKernel(const LhsMapper lhs, const RhsMapper rhs, in EigenContractionKernel()
516 …EigenContractionKernelInternal<Scalar, Index, LhsMapper, RhsMapper, OutputMapper, false>(lhs, rhs,… in EigenContractionKernel()
518 …EigenContractionKernelInternal<Scalar, Index, LhsMapper, RhsMapper, OutputMapper, true>(lhs, rhs, … in EigenContractionKernel()
524 typename RhsMapper, typename OutputMapper, bool CHECK_LHS_BOUNDARY,
527 EigenFloatContractionKernelInternal16x16(const LhsMapper lhs, const RhsMapper rhs, in EigenFloatContractionKernelInternal16x16()
761 typename RhsMapper, typename OutputMapper, bool CHECK_LHS_BOUNDARY,
764 EigenFloatContractionKernelInternal(const LhsMapper lhs, const RhsMapper rhs, in EigenFloatContractionKernelInternal()
[all …]
DTensorContractionThreadPool.h31 template<typename LhsScalar, typename RhsScalar, typename RhsMapper, typename OutputMapper, typenam…
35 const RhsMapper& rhs;
137 RhsMapper;
144 RhsScalar, Index, typename RhsMapper::SubMapper, Traits::nr, ColMajor>
184 internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index,
191 internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index,
228 internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index,
235 internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index,
287 RhsMapper rhs(this->m_rightImpl, this->m_right_nocontract_strides,
291 Context<LhsPacker, RhsPacker, GebpKernel, LhsMapper, RhsMapper,
[all …]
DTensorContractionBlocking.h24 template <typename LhsMapper, typename RhsMapper, typename Index, int ShardingType=ShardByCol>
29 typedef typename RhsMapper::Scalar RhsScalar;
DTensorContraction.h405 … rhs_inner_dim_reordered, rhs_alignment> RhsMapper;
409 RhsMapper rhs(m_rightImpl, m_right_nocontract_strides, m_j_strides,
418 …ral_matrix_vector_product<Index,LhsScalar,LhsMapper,ColMajor,false,RhsScalar,RhsMapper,false>::run(
461 rhs_inner_dim_reordered, Unaligned> RhsMapper;
467 internal::gemm_pack_rhs<RhsScalar, Index, typename RhsMapper::SubMapper, nr, ColMajor> pack_rhs;
475 RhsMapper rhs(this->m_rightImpl, this->m_right_nocontract_strides, this->m_j_strides,
481 …internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index, internal::ShardByCol> blocking(k,…
/external/eigen/Eigen/src/Core/
DGeneralProduct.h231 typedef const_blas_data_mapper<RhsScalar,Index,RowMajor> RhsMapper;
239 …<Index,LhsScalar,LhsMapper,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsMapper,RhsBlasTrai…
242 RhsMapper(actualRhs.data(), actualRhs.innerStride()),
272 …<Index,LhsScalar,LhsMapper,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsMapper,RhsBlasTrai…
275 RhsMapper(actualRhs.data(), actualRhs.innerStride()),
332 typedef const_blas_data_mapper<RhsScalar,Index,ColMajor> RhsMapper;
334 …<Index,LhsScalar,LhsMapper,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsMapper,RhsBlasTrai…
337 RhsMapper(actualRhsPtr, 1),
/external/eigen/blas/
Dlevel2_impl.h18 typedef internal::const_blas_data_mapper<Scalar,Index,RowMajor> RhsMapper; in run() typedef
21 <Index,Scalar,LhsMapper,StorageOrder,ConjugateLhs,Scalar,RhsMapper,ConjugateRhs>::run( in run()
22 rows, cols, LhsMapper(lhs, lhsStride), RhsMapper(rhs, rhsIncr), res, resIncr, alpha); in run()
/external/eigen/Eigen/src/Core/util/
DBlasUtil.h39 typename RhsScalar, typename RhsMapper, bool ConjugateRhs, int Version=Specialized>