PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
time_sposv.c File Reference
#include "./timing.c"
Include dependency graph for time_sposv.c:

Go to the source code of this file.

Macros

#define _TYPE   float
#define _PREC   float
#define _LAMCH   LAPACKE_slamch_work
#define _NAME   "PLASMA_sposv"
#define _FMULS   (FMULS_POTRF( N ) + FMULS_POTRS( N, NRHS ))
#define _FADDS   (FADDS_POTRF( N ) + FADDS_POTRS( N, NRHS ))

Macro Definition Documentation

#define _FADDS   (FADDS_POTRF( N ) + FADDS_POTRS( N, NRHS ))

Definition at line 13 of file time_sposv.c.

#define _FMULS   (FMULS_POTRF( N ) + FMULS_POTRS( N, NRHS ))

Definition at line 12 of file time_sposv.c.

#define _LAMCH   LAPACKE_slamch_work

Definition at line 8 of file time_sposv.c.

#define _NAME   "PLASMA_sposv"

Definition at line 10 of file time_sposv.c.

#define _PREC   float

Definition at line 7 of file time_sposv.c.

#define _TYPE   float

s Tue Nov 22 14:35:57 2011

Definition at line 6 of file time_sposv.c.