|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "./timing.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 )) |
| #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.