18 #include <hipblas/hipblas.h> 19 #include <hip/hip_complex.h> 24 hipblasOperation_t transa,
25 hipblasOperation_t transb,
29 const hipComplex *alpha,
30 const hipComplex *
const Aarray[],
32 const hipComplex *
const Barray[],
34 const hipComplex *beta,
35 hipComplex *
const Carray[],
41 hipblasOperation_t transa,
42 hipblasOperation_t transb,
46 const hipDoubleComplex *alpha,
47 const hipDoubleComplex *
const Aarray[],
49 const hipDoubleComplex *
const Barray[],
51 const hipDoubleComplex *beta,
52 hipDoubleComplex *
const Carray[],
78 hipComplex *
const A[],
87 hipDoubleComplex *
const A[],
97 const float *
const A[],
108 const double *
const A[],
119 const hipComplex *
const A[],
122 hipComplex *
const C[],
130 const hipDoubleComplex *
const A[],
133 hipDoubleComplex *
const C[],
hipblasStatus_t hipblasSgetriBatched_(hipblasHandle_t handle, int n, const float *const A[], int lda, const int *P, float *const C[], int ldc, int *info, int batchSize)
hipblasStatus_t hipblasDgetriBatched_(hipblasHandle_t handle, int n, const double *const A[], int lda, const int *P, double *const C[], int ldc, int *info, int batchSize)
hipblasStatus_t hipblasCgemmBatched(hipblasHandle_t handle, hipblasOperation_t transa, hipblasOperation_t transb, int m, int n, int k, const hipComplex *alpha, const hipComplex *const Aarray[], int lda, const hipComplex *const Barray[], int ldb, const hipComplex *beta, hipComplex *const Carray[], int ldc, int batchCount)
hipblasStatus_t hipblasCgetriBatched_(hipblasHandle_t handle, int n, const hipComplex *const A[], int lda, const int *P, hipComplex *const C[], int ldc, int *info, int batchSize)
hipblasStatus_t hipblasZgemmBatched(hipblasHandle_t handle, hipblasOperation_t transa, hipblasOperation_t transb, int m, int n, int k, const hipDoubleComplex *alpha, const hipDoubleComplex *const Aarray[], int lda, const hipDoubleComplex *const Barray[], int ldb, const hipDoubleComplex *beta, hipDoubleComplex *const Carray[], int ldc, int batchCount)
hipblasStatus_t hipblasZgetriBatched_(hipblasHandle_t handle, int n, const hipDoubleComplex *const A[], int lda, const int *P, hipDoubleComplex *const C[], int ldc, int *info, int batchSize)
hipblasStatus_t hipblasCgetrfBatched_(hipblasHandle_t handle, int n, hipComplex *const A[], int lda, int *P, int *info, int batchSize)
hipblasStatus_t hipblasDgetrfBatched_(hipblasHandle_t handle, int n, double *const A[], int lda, int *P, int *info, int batchSize)
hipblasStatus_t hipblasSgetrfBatched_(hipblasHandle_t handle, int n, float *const A[], int lda, int *P, int *info, int batchSize)
hipblasStatus_t hipblasZgetrfBatched_(hipblasHandle_t handle, int n, hipDoubleComplex *const A[], int lda, int *P, int *info, int batchSize)