Searched refs:EIGEN_BLAS_TRSM_R (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | TriangularSolverMatrix_BLAS.h | 94 #define EIGEN_BLAS_TRSM_R(EIGTYPE, BLASTYPE, BLASPREFIX) \ macro 141 EIGEN_BLAS_TRSM_R(double, double, d) 142 EIGEN_BLAS_TRSM_R(dcomplex, double, z) 143 EIGEN_BLAS_TRSM_R(float, float, s) 144 EIGEN_BLAS_TRSM_R(scomplex, float, c)
|