HomeSort by relevance Sort by last modified time
    Searched defs:LhsScalar (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/
ProductBase.h 74 typedef typename internal::traits<Lhs>::Scalar LhsScalar;
SolveTriangular.h 19 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate, int StorageOrder>
52 typedef typename Lhs::Scalar LhsScalar;
71 triangular_solve_vector<LhsScalar, RhsScalar, typename Lhs::Index, Side, Mode, LhsProductTraits::NeedToConjugate,
GeneralProduct.h 333 typedef typename Lhs::Scalar LhsScalar;
412 typedef typename ProductType::LhsScalar LhsScalar;
432 ComplexByReal = (NumTraits<LhsScalar>::IsComplex) && (!NumTraits<RhsScalar>::IsComplex),
462 <Index,LhsScalar,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run(
484 typedef typename ProductType::LhsScalar LhsScalar;
521 <Index,LhsScalar,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run(
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 17 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs, int StorageOrder, int Version=Specialized>
20 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs, int Version>
21 struct triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,ColMajor,Version>
23 typedef typename scalar_product_traits<LhsScalar, RhsScalar>::ReturnType ResScalar;
29 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
33 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs, int Version>
34 EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,ColMajor,Version>
35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride,
43 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > LhsMap;
71 general_matrix_vector_product<Index,LhsScalar,ColMajor,ConjLhs,RhsScalar,ConjRhs,BuiltIn>::run
    [all...]
GeneralMatrixMatrix.h 22 typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs,
24 struct general_matrix_matrix_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor>
26 typedef typename scalar_product_traits<LhsScalar, RhsScalar>::ReturnType ResScalar;
29 const LhsScalar* lhs, Index lhsStride,
33 level3_blocking<RhsScalar,LhsScalar>& blocking,
39 LhsScalar, LhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateLhs,
49 typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs,
51 struct general_matrix_matrix_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,ColMajor>
54 typedef typename scalar_product_traits<LhsScalar, RhsScalar>::ReturnType ResScalar;
56 const LhsScalar* _lhs, Index lhsStride
    [all...]
GeneralBlockPanelKernel.h 63 * Given a m x k times k x n matrix product of scalar types \c LhsScalar and \c RhsScalar,
72 template<typename LhsScalar, typename RhsScalar, int KcFactor, typename SizeType>
85 typedef gebp_traits<LhsScalar,RhsScalar> Traits;
89 mr = gebp_traits<LhsScalar,RhsScalar>::mr,
95 SizeType _m = k>0 ? l2/(4 * sizeof(LhsScalar) * k) : 0;
99 template<typename LhsScalar, typename RhsScalar, typename SizeType>
102 computeProductBlockingSizes<LhsScalar,RhsScalar,1>(k, m, n);
149 typedef _LhsScalar LhsScalar;
151 typedef typename scalar_product_traits<LhsScalar, RhsScalar>::ReturnType ResScalar;
156 Vectorizable = packet_traits<LhsScalar>::Vectorizable && packet_traits<RhsScalar>::Vectorizable
    [all...]

Completed in 688 milliseconds