Searched defs:EIGEN_MKL_TRMV_CM (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector_MKL.h74 #define EIGEN_MKL_TRMV_CM(EIGTYPE, MKLTYPE, EIGPREFIX, MKLPREFIX) \ macro
153 EIGEN_MKL_TRMV_CM(double, double, d, d)
154 EIGEN_MKL_TRMV_CM(dcomplex, MKL_Complex16, cd, z)
155 EIGEN_MKL_TRMV_CM(float, float, f, s)
156 EIGEN_MKL_TRMV_CM(scomplex, MKL_Complex8, cf, c)

Completed in 1639 milliseconds