Searched refs:dcomplex (Results 1 – 18 of 18) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver_LAPACKE.h | 80 EIGEN_LAPACKE_EIG_SELFADJ(dcomplex, lapack_complex_double, double, zheev, ColMajor, LAPACK_COL_MAJO… 85 EIGEN_LAPACKE_EIG_SELFADJ(dcomplex, lapack_complex_double, double, zheev, RowMajor, LAPACK_ROW_MAJO…
|
D | ComplexSchur_LAPACKE.h | 84 EIGEN_LAPACKE_SCHUR_COMPLEX(dcomplex, lapack_complex_double, z, Z, ColMajor, LAPACK_COL_MAJOR) 86 EIGEN_LAPACKE_SCHUR_COMPLEX(dcomplex, lapack_complex_double, z, Z, RowMajor, LAPACK_ROW_MAJOR)
|
/external/eigen/Eigen/src/QR/ |
D | ColPivHouseholderQR_LAPACKE.h | 87 EIGEN_LAPACKE_QR_COLPIV(dcomplex, lapack_complex_double, z, ColMajor, LAPACK_COL_MAJOR) 92 EIGEN_LAPACKE_QR_COLPIV(dcomplex, lapack_complex_double, z, RowMajor, LAPACK_ROW_MAJOR)
|
D | HouseholderQR_LAPACKE.h | 61 EIGEN_LAPACKE_QR_NOPIV(dcomplex, lapack_complex_double, z)
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector_BLAS.h | 71 EIGEN_BLAS_SYMV_SPECIALIZE(dcomplex) 104 EIGEN_BLAS_SYMV_SPECIALIZATION(dcomplex, double, zhemv_)
|
D | TriangularMatrixMatrix_BLAS.h | 70 EIGEN_BLAS_TRMM_SPECIALIZE(dcomplex, true) 71 EIGEN_BLAS_TRMM_SPECIALIZE(dcomplex, false) 184 EIGEN_BLAS_TRMM_L(dcomplex, double, cd, z) 294 EIGEN_BLAS_TRMM_R(dcomplex, double, cd, z)
|
D | GeneralMatrixVector_BLAS.h | 85 EIGEN_BLAS_GEMV_SPECIALIZE(dcomplex) 122 EIGEN_BLAS_GEMV_SPECIALIZATION(dcomplex, double, z)
|
D | TriangularSolverMatrix_BLAS.h | 88 EIGEN_BLAS_TRSM_L(dcomplex, double, z) 142 EIGEN_BLAS_TRSM_R(dcomplex, double, z)
|
D | TriangularMatrixVector_BLAS.h | 70 EIGEN_BLAS_TRMV_SPECIALIZE(dcomplex) 151 EIGEN_BLAS_TRMV_CM(dcomplex, double, cd, z) 233 EIGEN_BLAS_TRMV_RM(dcomplex, double, cd, z)
|
D | GeneralMatrixMatrix_BLAS.h | 108 GEMM_SPECIALIZATION(dcomplex, cd, double, z)
|
D | SelfadjointMatrixMatrix_BLAS.h | 154 EIGEN_BLAS_HEMM_L(dcomplex, double, cd, z) 268 EIGEN_BLAS_HEMM_R(dcomplex, double, cd, z)
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD_LAPACKE.h | 80 EIGEN_LAPACKE_SVD(dcomplex, lapack_complex_double, double, z, ColMajor, LAPACK_COL_MAJOR) 85 EIGEN_LAPACKE_SVD(dcomplex, lapack_complex_double, double, z, RowMajor, LAPACK_ROW_MAJOR)
|
/external/eigen/Eigen/src/Core/util/ |
D | MKL_support.h | 113 typedef std::complex<double> dcomplex; typedef
|
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU_LAPACKE.h | 76 EIGEN_LAPACKE_LU_PARTPIV(dcomplex, lapack_complex_double, z)
|
/external/eigen/Eigen/src/Core/ |
D | Assign_MKL.h | 112 …_UNARY_CALL(EIGENOP, EIGEN_CAT(EIGEN_VMLMODE_PREFIX(VMLMODE),z##VMLOP), dcomplex, MKL_Complex16, V… 170 EIGEN_MKL_VML_DECLARE_POW_CALL(pow, vmzPowx, dcomplex, MKL_Complex16, LA)
|
/external/eigen/Eigen/src/Cholesky/ |
D | LLT_LAPACKE.h | 92 EIGEN_LAPACKE_LLT(dcomplex, lapack_complex_double, z)
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.h | 117 TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(complex128, dcomplex, double);
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util.h | 115 DEFINE_PROTO_FIELD_HELPER(complex128, dcomplex);
|