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

Go to the source code of this file.
Functions | |
| int | c_check_orthogonality (int M, int N, int LDQ, PLASMA_Complex32_t *Q) |
| int | c_check_QRfactorization (int M, int N, PLASMA_Complex32_t *A1, PLASMA_Complex32_t *A2, int LDA, PLASMA_Complex32_t *Q) |
| int | c_check_LLTfactorization (int N, PLASMA_Complex32_t *A1, PLASMA_Complex32_t *A2, int LDA, int uplo) |
| float | c_check_gemm (PLASMA_enum transA, PLASMA_enum transB, int M, int N, int K, PLASMA_Complex32_t alpha, PLASMA_Complex32_t *A, int LDA, PLASMA_Complex32_t *B, int LDB, PLASMA_Complex32_t beta, PLASMA_Complex32_t *Cplasma, PLASMA_Complex32_t *Cref, int LDC, float *Cinitnorm, float *Cplasmanorm, float *Clapacknorm) |
| float | c_check_trsm (PLASMA_enum side, PLASMA_enum uplo, PLASMA_enum trans, PLASMA_enum diag, int M, int NRHS, PLASMA_Complex32_t alpha, PLASMA_Complex32_t *A, int LDA, PLASMA_Complex32_t *Bplasma, PLASMA_Complex32_t *Bref, int LDB, float *Binitnorm, float *Bplasmanorm, float *Blapacknorm) |
| float | c_check_solution (int M, int N, int NRHS, PLASMA_Complex32_t *A1, int LDA, PLASMA_Complex32_t *B1, PLASMA_Complex32_t *B2, int LDB, float *anorm, float *bnorm, float *xnorm) |
| float c_check_gemm | ( | PLASMA_enum | transA, |
| PLASMA_enum | transB, | ||
| int | M, | ||
| int | N, | ||
| int | K, | ||
| PLASMA_Complex32_t | alpha, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| PLASMA_Complex32_t * | B, | ||
| int | LDB, | ||
| PLASMA_Complex32_t | beta, | ||
| PLASMA_Complex32_t * | Cplasma, | ||
| PLASMA_Complex32_t * | Cref, | ||
| int | LDC, | ||
| float * | Cinitnorm, | ||
| float * | Cplasmanorm, | ||
| float * | Clapacknorm | ||
| ) |
Definition at line 210 of file cauxiliary.c.
References cblas_caxpy(), cblas_cgemm(), CBLAS_SADDR, CblasColMajor, and max.

| int c_check_LLTfactorization | ( | int | N, |
| PLASMA_Complex32_t * | A1, | ||
| PLASMA_Complex32_t * | A2, | ||
| int | LDA, | ||
| int | uplo | ||
| ) |
Definition at line 147 of file cauxiliary.c.
References cblas_ctrmm(), CBLAS_SADDR, CblasColMajor, CblasConjTrans, CblasLeft, CblasLower, CblasNonUnit, CblasRight, CblasUpper, and PlasmaUpper.

| int c_check_orthogonality | ( | int | M, |
| int | N, | ||
| int | LDQ, | ||
| PLASMA_Complex32_t * | Q | ||
| ) |
c Tue Nov 22 14:36:01 2011
Definition at line 20 of file cauxiliary.c.
References cblas_cherk(), CblasColMajor, CblasConjTrans, CblasNoTrans, CblasUpper, and min.

| int c_check_QRfactorization | ( | int | M, |
| int | N, | ||
| PLASMA_Complex32_t * | A1, | ||
| PLASMA_Complex32_t * | A2, | ||
| int | LDA, | ||
| PLASMA_Complex32_t * | Q | ||
| ) |
Definition at line 70 of file cauxiliary.c.
References cblas_cgemm(), CBLAS_SADDR, CblasColMajor, CblasNoTrans, L, and max.

| float c_check_solution | ( | int | M, |
| int | N, | ||
| int | NRHS, | ||
| PLASMA_Complex32_t * | A1, | ||
| int | LDA, | ||
| PLASMA_Complex32_t * | B1, | ||
| PLASMA_Complex32_t * | B2, | ||
| int | LDB, | ||
| float * | anorm, | ||
| float * | bnorm, | ||
| float * | xnorm | ||
| ) |
Definition at line 276 of file cauxiliary.c.
References cblas_cgemm(), CBLAS_SADDR, CblasColMajor, CblasNoTrans, and max.

| float c_check_trsm | ( | PLASMA_enum | side, |
| PLASMA_enum | uplo, | ||
| PLASMA_enum | trans, | ||
| PLASMA_enum | diag, | ||
| int | M, | ||
| int | NRHS, | ||
| PLASMA_Complex32_t | alpha, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| PLASMA_Complex32_t * | Bplasma, | ||
| PLASMA_Complex32_t * | Bref, | ||
| int | LDB, | ||
| float * | Binitnorm, | ||
| float * | Bplasmanorm, | ||
| float * | Blapacknorm | ||
| ) |
Definition at line 241 of file cauxiliary.c.
References cblas_caxpy(), cblas_ctrsm(), CBLAS_SADDR, CblasColMajor, and max.
