|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include <plasma.h>#include <cblas.h>#include <lapacke.h>#include <core_blas.h>#include "testing_zmain.h"
Go to the source code of this file.
Macros | |
| #define | COMPLEX |
Functions | |
| int | testing_zgels (int argc, char **argv) |
PLASMA testing routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file testing_zgels.c.
| #define COMPLEX |
Definition at line 28 of file testing_zgels.c.
| enum blas_cmach_type |
Definition at line 38 of file testing_zgels.c.
| enum blas_norm_type |
Definition at line 51 of file testing_zgels.c.
| enum blas_order_type |
Definition at line 30 of file testing_zgels.c.
| enum blas_uplo_type |
Definition at line 34 of file testing_zgels.c.
| int testing_zgels | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 198 of file testing_zgels.c.
References blas_eps, check_factorization(), check_orthogonality(), check_solution(), IONE, ISEED, min, PLASMA_Alloc_Workspace_zgels(), PLASMA_HOUSEHOLDER_MODE, PLASMA_HOUSEHOLDER_SIZE, PLASMA_Set(), PLASMA_TREE_HOUSEHOLDER, PLASMA_zgelqf(), PLASMA_zgelqs(), PLASMA_zgels(), PLASMA_zgeqrf(), PLASMA_zgeqrs(), PLASMA_ztrsm(), PLASMA_zunglq(), PLASMA_zungqr(), PLASMA_zunmlq(), PLASMA_zunmqr(), PlasmaConjTrans, PlasmaLeft, PlasmaLower, PlasmaNonUnit, PlasmaNoTrans, PlasmaUpper, Q, T, and USAGE.

