|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|

Go to the source code of this file.
Functions | |
| int | z_check_orthogonality (int M, int N, int LDQ, PLASMA_Complex64_t *Q) |
| int | z_check_QRfactorization (int M, int N, PLASMA_Complex64_t *A1, PLASMA_Complex64_t *A2, int LDA, PLASMA_Complex64_t *Q) |
| int | z_check_LLTfactorization (int N, PLASMA_Complex64_t *A1, PLASMA_Complex64_t *A2, int LDA, int uplo) |
| double | z_check_gemm (PLASMA_enum transA, PLASMA_enum transB, int M, int N, int K, PLASMA_Complex64_t alpha, PLASMA_Complex64_t *A, int LDA, PLASMA_Complex64_t *B, int LDB, PLASMA_Complex64_t beta, PLASMA_Complex64_t *Cplasma, PLASMA_Complex64_t *Cref, int LDC, double *Cinitnorm, double *Cplasmanorm, double *Clapacknorm) |
| double | z_check_trsm (PLASMA_enum side, PLASMA_enum uplo, PLASMA_enum trans, PLASMA_enum diag, int M, int NRHS, PLASMA_Complex64_t alpha, PLASMA_Complex64_t *A, int LDA, PLASMA_Complex64_t *Bplasma, PLASMA_Complex64_t *Bref, int LDB, double *Binitnorm, double *Bplasmanorm, double *Blapacknorm) |
| double | z_check_solution (int M, int N, int NRHS, PLASMA_Complex64_t *A1, int LDA, PLASMA_Complex64_t *B1, PLASMA_Complex64_t *B2, int LDB, double *anorm, double *bnorm, double *xnorm) |
| double z_check_gemm | ( | PLASMA_enum | transA, |
| PLASMA_enum | transB, | ||
| int | M, | ||
| int | N, | ||
| int | K, | ||
| PLASMA_Complex64_t | alpha, | ||
| PLASMA_Complex64_t * | A, | ||
| int | LDA, | ||
| PLASMA_Complex64_t * | B, | ||
| int | LDB, | ||
| PLASMA_Complex64_t | beta, | ||
| PLASMA_Complex64_t * | Cplasma, | ||
| PLASMA_Complex64_t * | Cref, | ||
| int | LDC, | ||
| double * | Cinitnorm, | ||
| double * | Cplasmanorm, | ||
| double * | Clapacknorm | ||
| ) |
Definition at line 210 of file zauxiliary.c.
References CBLAS_SADDR, cblas_zaxpy(), cblas_zgemm(), CblasColMajor, and max.

| int z_check_LLTfactorization | ( | int | N, |
| PLASMA_Complex64_t * | A1, | ||
| PLASMA_Complex64_t * | A2, | ||
| int | LDA, | ||
| int | uplo | ||
| ) |
Definition at line 147 of file zauxiliary.c.
References CBLAS_SADDR, cblas_ztrmm(), CblasColMajor, CblasConjTrans, CblasLeft, CblasLower, CblasNonUnit, CblasRight, CblasUpper, and PlasmaUpper.

| int z_check_orthogonality | ( | int | M, |
| int | N, | ||
| int | LDQ, | ||
| PLASMA_Complex64_t * | Q | ||
| ) |
normal z -> c d s
Definition at line 20 of file zauxiliary.c.
References cblas_zherk(), CblasColMajor, CblasConjTrans, CblasNoTrans, CblasUpper, and min.

| int z_check_QRfactorization | ( | int | M, |
| int | N, | ||
| PLASMA_Complex64_t * | A1, | ||
| PLASMA_Complex64_t * | A2, | ||
| int | LDA, | ||
| PLASMA_Complex64_t * | Q | ||
| ) |
Definition at line 70 of file zauxiliary.c.
References CBLAS_SADDR, cblas_zgemm(), CblasColMajor, CblasNoTrans, L, and max.

| double z_check_solution | ( | int | M, |
| int | N, | ||
| int | NRHS, | ||
| PLASMA_Complex64_t * | A1, | ||
| int | LDA, | ||
| PLASMA_Complex64_t * | B1, | ||
| PLASMA_Complex64_t * | B2, | ||
| int | LDB, | ||
| double * | anorm, | ||
| double * | bnorm, | ||
| double * | xnorm | ||
| ) |
Definition at line 276 of file zauxiliary.c.
References CBLAS_SADDR, cblas_zgemm(), CblasColMajor, CblasNoTrans, and max.

| double z_check_trsm | ( | PLASMA_enum | side, |
| PLASMA_enum | uplo, | ||
| PLASMA_enum | trans, | ||
| PLASMA_enum | diag, | ||
| int | M, | ||
| int | NRHS, | ||
| PLASMA_Complex64_t | alpha, | ||
| PLASMA_Complex64_t * | A, | ||
| int | LDA, | ||
| PLASMA_Complex64_t * | Bplasma, | ||
| PLASMA_Complex64_t * | Bref, | ||
| int | LDB, | ||
| double * | Binitnorm, | ||
| double * | Bplasmanorm, | ||
| double * | Blapacknorm | ||
| ) |
Definition at line 241 of file zauxiliary.c.
References CBLAS_SADDR, cblas_zaxpy(), cblas_ztrsm(), CblasColMajor, and max.
