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

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector_MKL.h 48 selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn> {};
52 struct selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,Specialized> { \
60 selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn>::run( \
SelfadjointMatrixVector.h 24 struct selfadjoint_matrix_vector_product;
27 struct selfadjoint_matrix_vector_product struct in namespace:Eigen::internal
230 internal::selfadjoint_matrix_vector_product<Scalar, Index, (internal::traits<_ActualLhsType>::Flags&RowMajorBit) ? RowMajor : ColMajor, int(LhsUpLo), bool(LhsBlasTraits::NeedToConjugate), bool(RhsBlasTraits::NeedToConjugate)>::run

Completed in 2372 milliseconds