|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Test mixed precision solution with iterative refinement routine PLASMA_dsgesv. More...
#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_dsgesv (int argc, char **argv) |
Test mixed precision solution with iterative refinement routine PLASMA_dsgesv.
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_dsgesv.c.
| int testing_dsgesv | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 30 of file testing_dsgesv.c.
References check_solution(), IONE, ISEED, PLASMA_dsgesv(), PLASMA_SUCCESS, and USAGE.

