|
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_dmain.h"
Go to the source code of this file.
Macros | |
| #define | REAL |
Functions | |
| int | testing_dgesvd (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_dgesvd.c.
| #define REAL |
Definition at line 27 of file testing_dgesvd.c.
| int testing_dgesvd | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file testing_dgesvd.c.
References check_orthogonality(), check_solution(), ISEED, lapack_const, max, min, PLASMA_Alloc_Workspace_dgesvd(), PLASMA_Dealloc_Handle_Tile(), PLASMA_dgesvd(), PLASMA_Enable(), PLASMA_ERRORS, PLASMA_HOUSEHOLDER_MODE, PLASMA_HOUSEHOLDER_SIZE, PLASMA_Set(), PLASMA_TREE_HOUSEHOLDER, PLASMA_WARNINGS, PlasmaDistUniform, PlasmaLeft, PlasmaNonsymPosv, PlasmaNoPacking, PlasmaNoVec, PlasmaRight, PlasmaVec, T, and USAGE.

