Searched refs:EIGEN_BLAS_TRSM_L (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | TriangularSolverMatrix_BLAS.h | 41 #define EIGEN_BLAS_TRSM_L(EIGTYPE, BLASTYPE, BLASPREFIX) \ macro 87 EIGEN_BLAS_TRSM_L(double, double, d) 88 EIGEN_BLAS_TRSM_L(dcomplex, double, z) 89 EIGEN_BLAS_TRSM_L(float, float, s) 90 EIGEN_BLAS_TRSM_L(scomplex, float, c)
|