|
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_zgesv_incpiv (int argc, char **argv) |
| enum blas_cmach_type |
Definition at line 30 of file testing_zgesv_incpiv.c.
| enum blas_norm_type |
Definition at line 43 of file testing_zgesv_incpiv.c.
| enum blas_order_type |
Definition at line 26 of file testing_zgesv_incpiv.c.
| int testing_zgesv_incpiv | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 153 of file testing_zgesv_incpiv.c.
References blas_eps, check_solution(), IONE, IPIV, ISEED, L, PLASMA_Alloc_Workspace_zgesv_incpiv(), PLASMA_zgesv_incpiv(), PLASMA_zgetrf_incpiv(), PLASMA_zgetrs_incpiv(), PLASMA_ztrsm(), PLASMA_ztrsmpl(), PlasmaLeft, PlasmaNonUnit, PlasmaNoTrans, PlasmaUpper, and USAGE.
