Home
last modified time | relevance | path

Searched refs:selfadjoint_matrix_vector_product (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector_MKL.h48selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn…
52 struct selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,S…
60selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn…
DSelfadjointMatrixVector.h24 struct selfadjoint_matrix_vector_product;
27 struct selfadjoint_matrix_vector_product struct
39 EIGEN_DONT_INLINE void selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLh… in run()
237 …internal::selfadjoint_matrix_vector_product<Scalar, Index, (internal::traits<_ActualLhsType>::Flag…
/external/eigen/blas/
Dlevel2_real_impl.h24 …func[UP] = (internal::selfadjoint_matrix_vector_product<Scalar,int,ColMajor,Upper,false,false>::ru… in EIGEN_BLAS_FUNC()
25 …func[LO] = (internal::selfadjoint_matrix_vector_product<Scalar,int,ColMajor,Lower,false,false>::ru… in EIGEN_BLAS_FUNC()
Dlevel2_cplx_impl.h30 …func[UP] = (internal::selfadjoint_matrix_vector_product<Scalar,int,ColMajor,Upper,false,false>::ru… in EIGEN_BLAS_FUNC()
31 …func[LO] = (internal::selfadjoint_matrix_vector_product<Scalar,int,ColMajor,Lower,false,false>::ru… in EIGEN_BLAS_FUNC()