Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigenvalues/
DSelfAdjointEigenSolver_LAPACKE.h80 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…
DComplexSchur_LAPACKE.h84 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/
DColPivHouseholderQR_LAPACKE.h87 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)
DHouseholderQR_LAPACKE.h61 EIGEN_LAPACKE_QR_NOPIV(dcomplex, lapack_complex_double, z)
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector_BLAS.h71 EIGEN_BLAS_SYMV_SPECIALIZE(dcomplex)
104 EIGEN_BLAS_SYMV_SPECIALIZATION(dcomplex, double, zhemv_)
DTriangularMatrixMatrix_BLAS.h70 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)
DGeneralMatrixVector_BLAS.h85 EIGEN_BLAS_GEMV_SPECIALIZE(dcomplex)
122 EIGEN_BLAS_GEMV_SPECIALIZATION(dcomplex, double, z)
DTriangularSolverMatrix_BLAS.h88 EIGEN_BLAS_TRSM_L(dcomplex, double, z)
142 EIGEN_BLAS_TRSM_R(dcomplex, double, z)
DTriangularMatrixVector_BLAS.h70 EIGEN_BLAS_TRMV_SPECIALIZE(dcomplex)
151 EIGEN_BLAS_TRMV_CM(dcomplex, double, cd, z)
233 EIGEN_BLAS_TRMV_RM(dcomplex, double, cd, z)
DGeneralMatrixMatrix_BLAS.h108 GEMM_SPECIALIZATION(dcomplex, cd, double, z)
DSelfadjointMatrixMatrix_BLAS.h154 EIGEN_BLAS_HEMM_L(dcomplex, double, cd, z)
268 EIGEN_BLAS_HEMM_R(dcomplex, double, cd, z)
/external/eigen/Eigen/src/SVD/
DJacobiSVD_LAPACKE.h80 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/
DMKL_support.h113 typedef std::complex<double> dcomplex; typedef
/external/eigen/Eigen/src/LU/
DPartialPivLU_LAPACKE.h76 EIGEN_LAPACKE_LU_PARTPIV(dcomplex, lapack_complex_double, z)
/external/eigen/Eigen/src/Core/
DAssign_MKL.h112 …_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/
DLLT_LAPACKE.h92 EIGEN_LAPACKE_LLT(dcomplex, lapack_complex_double, z)
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h117 TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(complex128, dcomplex, double);
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h115 DEFINE_PROTO_FIELD_HELPER(complex128, dcomplex);