|
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_cmain.h"
Go to the source code of this file.
Macros | |
| #define | COMPLEX |
Functions | |
| int | testing_clange (int argc, char **argv) |
Variables | |
| int | norm [4] = { PlasmaMaxNorm, PlasmaOneNorm, PlasmaInfNorm, PlasmaFrobeniusNorm } |
| char * | normstr [4] = { "Max", "One", "Inf", "Fro" } |
| #define COMPLEX |
Definition at line 28 of file testing_clange.c.
| int testing_clange | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 34 of file testing_clange.c.
References A, IONE, ISEED, lapack_const, max, min, norm, normstr, PLASMA_clange(), PLASMA_clanhe(), PLASMA_clansy(), uplo, uplostr, and USAGE.


| int norm[4] = { PlasmaMaxNorm, PlasmaOneNorm, PlasmaInfNorm, PlasmaFrobeniusNorm } |
Definition at line 30 of file testing_clange.c.
| char* normstr[4] = { "Max", "One", "Inf", "Fro" } |
Definition at line 31 of file testing_clange.c.