Searched refs:RhsStorageOrder (Results 1 - 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix_MKL.h46 int RhsStorageOrder, bool ConjugateRhs> \
47 struct product_selfadjoint_matrix<EIGTYPE,Index,LhsStorageOrder,true,ConjugateLhs,RhsStorageOrder,false,ConjugateRhs,ColMajor> \
82 if (RhsStorageOrder==RowMajor) { \
98 int RhsStorageOrder, bool ConjugateRhs> \
99 struct product_selfadjoint_matrix<EIGTYPE,Index,LhsStorageOrder,true,ConjugateLhs,RhsStorageOrder,false,ConjugateRhs,ColMajor> \
139 if (RhsStorageOrder==ColMajor && (!ConjugateRhs)) { \
142 if (RhsStorageOrder==ColMajor && ConjugateRhs) { \
173 int RhsStorageOrder, bool ConjugateRhs> \
174 struct product_selfadjoint_matrix<EIGTYPE,Index,LhsStorageOrder,false,ConjugateLhs,RhsStorageOrder,true,ConjugateRhs,ColMajor> \
205 if (RhsStorageOrder
[all...]
H A DTriangularMatrixMatrix_MKL.h44 int RhsStorageOrder, bool ConjugateRhs,
49 RhsStorageOrder, ConjugateRhs, ResStorageOrder, BuiltIn> {};
56 int RhsStorageOrder, bool ConjugateRhs> \
58 LhsStorageOrder,ConjugateLhs, RhsStorageOrder,ConjugateRhs,ColMajor,Specialized> { \
63 RhsStorageOrder, ConjugateRhs, ColMajor>::run( \
81 int RhsStorageOrder, bool ConjugateRhs> \
83 LhsStorageOrder,ConjugateLhs,RhsStorageOrder,ConjugateRhs,ColMajor> \
107 typedef Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder> MatrixRhs; \
117 LhsStorageOrder,ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, BuiltIn>::run( \
126 general_matrix_matrix_product<Index,EIGTYPE,LhsStorageOrder,ConjugateLhs,EIGTYPE,RhsStorageOrder,ConjugateRh
[all...]
H A DGeneralMatrixMatrix_MKL.h53 int RhsStorageOrder, bool ConjugateRhs> \
54 struct general_matrix_matrix_product<Index,EIGTYPE,LhsStorageOrder,ConjugateLhs,EIGTYPE,RhsStorageOrder,ConjugateRhs,ColMajor> \
75 transb = (RhsStorageOrder==RowMajor) ? ((ConjugateRhs) ? 'C' : 'T') : 'N'; \
99 if ((RhsStorageOrder==ColMajor) && (ConjugateRhs)) { \
H A DTriangularMatrixMatrix.h47 int RhsStorageOrder, bool ConjugateRhs,
54 int RhsStorageOrder, bool ConjugateRhs, int Version>
57 RhsStorageOrder,ConjugateRhs,RowMajor,Version>
69 RhsStorageOrder==RowMajor ? ColMajor : RowMajor,
81 int RhsStorageOrder, bool ConjugateRhs, int Version>
84 RhsStorageOrder,ConjugateRhs,ColMajor,Version>
104 int RhsStorageOrder, bool ConjugateRhs, int Version>
107 RhsStorageOrder,ConjugateRhs,ColMajor,Version>::run(
121 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
143 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rh
[all...]
H A DSelfadjointMatrixMatrix.h199 int RhsStorageOrder, bool RhsSelfAdjoint, bool ConjugateRhs,
205 int RhsStorageOrder, bool RhsSelfAdjoint, bool ConjugateRhs>
206 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,LhsSelfAdjoint,ConjugateLhs, RhsStorageOrder,RhsSelfAdjoint,ConjugateRhs,RowMajor>
217 EIGEN_LOGICAL_XOR(RhsSelfAdjoint,RhsStorageOrder==RowMajor) ? ColMajor : RowMajor,
228 int RhsStorageOrder, bool ConjugateRhs>
229 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,true,ConjugateLhs, RhsStorageOrder,false,ConjugateRhs,ColMajor>
242 int RhsStorageOrder, bool ConjugateRhs>
243 EIGEN_DONT_INLINE void product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,true,ConjugateLhs, RhsStorageOrder,false,ConjugateRhs,ColMajor>::run(
253 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
272 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rh
[all...]
H A DGeneralMatrixMatrixTriangular_MKL.h49 int RhsStorageOrder, bool ConjugateRhs, int UpLo> \
51 Scalar,RhsStorageOrder,ConjugateRhs,ColMajor,UpLo,Specialized> { \
61 Scalar, RhsStorageOrder, ConjugateRhs, \
85 /* typedef Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder> MatrixRhs;*/ \
H A DGeneralMatrixMatrixTriangular.h34 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs,
40 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs, int UpLo, int Version>
41 struct general_matrix_matrix_triangular_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor,UpLo,Version>
48 RhsScalar, RhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateRhs,
56 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs, int UpLo, int Version>
57 struct general_matrix_matrix_triangular_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,ColMajor,UpLo,Version>
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
83 gemm_pack_rhs<RhsScalar, Index, Traits::nr, RhsStorageOrder> pack_rhs;
H A DGeneralMatrixMatrix.h23 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs>
24 struct general_matrix_matrix_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor>
38 RhsScalar, RhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateRhs,
50 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs>
51 struct general_matrix_matrix_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,ColMajor>
64 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
73 gemm_pack_rhs<RhsScalar, Index, Traits::nr, RhsStorageOrder> pack_rhs;
H A DTriangularSolverMatrix.h208 RhsStorageOrder = TriStorageOrder, enumerator in enum:Eigen::internal::__anon20790
226 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rhs;
227 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder,false,true> pack_rhs_panel;
/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h78 int RhsStorageOrder = traits<Rhs>::Flags&RowMajorBit,
H A DConservativeSparseSparseProduct.h125 int RhsStorageOrder = (traits<Rhs>::Flags&RowMajorBit) ? RowMajor : ColMajor,
/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h33 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs,

Completed in 1391 milliseconds