HomeSort by relevance Sort by last modified time
    Searched full:scomplex (Results 1 - 18 of 18) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector_BLAS.h 72 EIGEN_BLAS_SYMV_SPECIALIZE(scomplex)
105 EIGEN_BLAS_SYMV_SPECIALIZATION(scomplex, float, chemv_)
TriangularMatrixVector_BLAS.h 71 EIGEN_BLAS_TRMV_SPECIALIZE(scomplex)
153 EIGEN_BLAS_TRMV_CM(scomplex, float, cf, c)
235 EIGEN_BLAS_TRMV_RM(scomplex, float, cf, c)
TriangularMatrixMatrix_BLAS.h 74 EIGEN_BLAS_TRMM_SPECIALIZE(scomplex, true)
75 EIGEN_BLAS_TRMM_SPECIALIZE(scomplex, false)
186 EIGEN_BLAS_TRMM_L(scomplex, float, cf, c)
296 EIGEN_BLAS_TRMM_R(scomplex, float, cf, c)
GeneralMatrixMatrixTriangular_BLAS.h 72 // EIGEN_BLAS_RANKUPDATE_SPECIALIZE(scomplex)
134 // EIGEN_BLAS_RANKUPDATE_C(scomplex, float, float, cherk_)
GeneralMatrixVector_BLAS.h 86 EIGEN_BLAS_GEMV_SPECIALIZE(scomplex)
123 EIGEN_BLAS_GEMV_SPECIALIZATION(scomplex, float, c)
TriangularSolverMatrix_BLAS.h 90 EIGEN_BLAS_TRSM_L(scomplex, float, c)
144 EIGEN_BLAS_TRSM_R(scomplex, float, c)
GeneralMatrixMatrix_BLAS.h 109 GEMM_SPECIALIZATION(scomplex, cf, float, c)
SelfadjointMatrixMatrix_BLAS.h 155 EIGEN_BLAS_HEMM_L(scomplex, float, cf, c)
269 EIGEN_BLAS_HEMM_R(scomplex, float, cf, c)
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur_LAPACKE.h 85 EIGEN_LAPACKE_SCHUR_COMPLEX(scomplex, lapack_complex_float, c, C, ColMajor, LAPACK_COL_MAJOR)
87 EIGEN_LAPACKE_SCHUR_COMPLEX(scomplex, lapack_complex_float, c, C, RowMajor, LAPACK_ROW_MAJOR)
SelfAdjointEigenSolver_LAPACKE.h 81 EIGEN_LAPACKE_EIG_SELFADJ(scomplex, lapack_complex_float, float, cheev, ColMajor, LAPACK_COL_MAJOR)
86 EIGEN_LAPACKE_EIG_SELFADJ(scomplex, lapack_complex_float, float, cheev, RowMajor, LAPACK_ROW_MAJOR)
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_LAPACKE.h 88 EIGEN_LAPACKE_QR_COLPIV(scomplex, lapack_complex_float, c, ColMajor, LAPACK_COL_MAJOR)
93 EIGEN_LAPACKE_QR_COLPIV(scomplex, lapack_complex_float, c, RowMajor, LAPACK_ROW_MAJOR)
HouseholderQR_LAPACKE.h 62 EIGEN_LAPACKE_QR_NOPIV(scomplex, lapack_complex_float, c)
  /external/eigen/Eigen/src/SVD/
JacobiSVD_LAPACKE.h 81 EIGEN_LAPACKE_SVD(scomplex, lapack_complex_float, float , c, ColMajor, LAPACK_COL_MAJOR)
86 EIGEN_LAPACKE_SVD(scomplex, lapack_complex_float, float , c, RowMajor, LAPACK_ROW_MAJOR)
  /external/eigen/Eigen/src/LU/
PartialPivLU_LAPACKE.h 77 EIGEN_LAPACKE_LU_PARTPIV(scomplex, lapack_complex_float, c)
  /external/eigen/Eigen/src/Cholesky/
LLT_LAPACKE.h 93 EIGEN_LAPACKE_LLT(scomplex, lapack_complex_float, c)
  /external/eigen/Eigen/src/Core/util/
MKL_support.h 114 typedef std::complex<float> scomplex; typedef in namespace:Eigen
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 111 EIGEN_MKL_VML_DECLARE_UNARY_CALL(EIGENOP, EIGEN_CAT(EIGEN_VMLMODE_PREFIX(VMLMODE),c##VMLOP), scomplex, MKL_Complex8, VMLMODE) \
169 EIGEN_MKL_VML_DECLARE_POW_CALL(pow, vmcPowx, scomplex, MKL_Complex8, LA)
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 116 TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(complex64, scomplex, float);

Completed in 594 milliseconds