Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h78 #define EIGEN_BLAS_TRMM_L(EIGTYPE, BLASTYPE, EIGPREFIX, BLASPREFIX) \ macro
183 EIGEN_BLAS_TRMM_L(double, double, d, d)
184 EIGEN_BLAS_TRMM_L(dcomplex, double, cd, z)
185 EIGEN_BLAS_TRMM_L(float, float, f, s)
186 EIGEN_BLAS_TRMM_L(scomplex, float, cf, c)