|
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_zlange (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_zlange.c.
| int testing_zlange | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 34 of file testing_zlange.c.
References A, cimag(), IONE, ISEED, lapack_const, max, min, norm, normstr, PLASMA_zlange, PLASMA_zlanhe, PLASMA_zlansy(), uplo, uplostr, and USAGE.


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