Home
last modified time | relevance | path

Searched defs:symv (Results 1 – 6 of 6) sorted by relevance

/external/eigen/blas/
Dlevel2_real_impl.h13 int EIGEN_BLAS_FUNC(symv) (const char *uplo, const int *n, const RealScalar *palpha, const RealScal… in EIGEN_BLAS_FUNC() argument
/external/fec/
Dviterbi39_av.c117 vector unsigned short symv,sym0v,sym1v,sym2v; in update_viterbi39_blk_av() local
Dviterbi615_av.c117 vector unsigned short symv,sym0v,sym1v,sym2v,sym3v,sym4v,sym5v; in update_viterbi615_blk_av() local
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() function in blas_interface
/external/eigen/bench/btl/libs/STL/
DSTL_interface.hh136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in symv() function in STL_interface
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh110 …static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int /*N*/){ in symv() function in eigen3_interface