HomeSort by relevance Sort by last modified time
    Searched full:rhsstorageorder (Results 1 - 12 of 12) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix_MKL.h 46 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==RowMajor) uplo='U';
    [all...]
TriangularMatrixMatrix_MKL.h 44 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,ConjugateRhs,ColMajor>::run(
    [all...]
GeneralMatrixMatrix_MKL.h 53 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)) { \
TriangularMatrixMatrix.h 47 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>
108 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
130 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rhs;
211 int RhsStorageOrder, bool ConjugateRhs, int Version>
214 RhsStorageOrder,ConjugateRhs,ColMajor,Version
    [all...]
GeneralMatrixMatrixTriangular.h 31 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs,
37 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs, int UpLo, int Version>
38 struct general_matrix_matrix_triangular_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor,UpLo,Version>
45 RhsScalar, RhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateRhs,
53 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs, int UpLo, int Version>
54 struct general_matrix_matrix_triangular_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,ColMajor,UpLo,Version>
61 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
80 gemm_pack_rhs<RhsScalar, Index, Traits::nr, RhsStorageOrder> pack_rhs;
SelfadjointMatrixMatrix.h 199 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 const_blas_data_mapper<Scalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
261 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rhs;
309 int RhsStorageOrder, bool ConjugateRhs>
310 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,false,ConjugateLhs, RhsStorageOrder,true,ConjugateRhs,ColMajor
    [all...]
GeneralMatrixMatrixTriangular_MKL.h 49 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;*/ \
GeneralMatrixMatrix.h 23 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>
63 const_blas_data_mapper<RhsScalar, Index, RhsStorageOrder> rhs(_rhs,rhsStride);
72 gemm_pack_rhs<RhsScalar, Index, Traits::nr, RhsStorageOrder> pack_rhs;
TriangularSolverMatrix.h 195 RhsStorageOrder = TriStorageOrder,
213 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder> pack_rhs;
214 gemm_pack_rhs<Scalar, Index, Traits::nr,RhsStorageOrder,false,true> pack_rhs_panel;
  /external/eigen/Eigen/src/SparseCore/
SparseSparseProductWithPruning.h 78 int RhsStorageOrder = traits<Rhs>::Flags&RowMajorBit,
ConservativeSparseSparseProduct.h 125 int RhsStorageOrder = traits<Rhs>::Flags&RowMajorBit,
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 33 typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs,

Completed in 179 milliseconds