|
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.
Functions | |
| int | testing_zposv (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_zposv.c.
| enum blas_cmach_type |
Definition at line 30 of file testing_zposv.c.
| enum blas_norm_type |
Definition at line 43 of file testing_zposv.c.
| enum blas_order_type |
Definition at line 26 of file testing_zposv.c.
| int testing_zposv | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 154 of file testing_zposv.c.
References blas_eps, check_factorization(), check_solution(), PLASMA_zlacpy, PLASMA_zplghe(), PLASMA_zplrnt(), PLASMA_zposv(), PLASMA_zpotrf(), PLASMA_zpotrs(), PLASMA_ztrsm(), PlasmaConjTrans, PlasmaLeft, PlasmaNonUnit, PlasmaNoTrans, PlasmaUpper, PlasmaUpperLower, uplo, and USAGE.

