|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|

Go to the source code of this file.
Macros | |
| #define | PASTE_CODE_IPARAM_LOCALS(iparam) |
| #define | PASTE_CODE_ALLOCATE_MATRIX_TILE(_desc_, _cond_, _type_, _type2_, _lda_, _m_, _n_) |
| #define | PASTE_CODE_FREE_MATRIX(_desc_) |
| #define | PASTE_TILE_TO_LAPACK(_desc_, _name_, _cond_, _type_, _lda_, _n_) |
| #define | PASTE_CODE_ALLOCATE_MATRIX(_name_, _cond_, _type_, _lda_, _n_) |
| #define | PASTE_CODE_ALLOCATE_COPY(_name_, _cond_, _type_, _orig_, _lda_, _n_) |
| #define | START_TRACING() if( 0 ) {}; |
| #define | STOP_TRACING() if( 0 ) {}; |
| #define | START_DAG() |
| #define | STOP_DAG() |
| #define | START_TIMING() |
| #define | STOP_TIMING() |
Typedefs | |
| typedef double | real_Double_t |
| #define PASTE_CODE_ALLOCATE_COPY | ( | _name_, | |
| _cond_, | |||
| _type_, | |||
| _orig_, | |||
| _lda_, | |||
| _n_ | |||
| ) |
| #define PASTE_CODE_ALLOCATE_MATRIX | ( | _name_, | |
| _cond_, | |||
| _type_, | |||
| _lda_, | |||
| _n_ | |||
| ) |
| #define PASTE_CODE_ALLOCATE_MATRIX_TILE | ( | _desc_, | |
| _cond_, | |||
| _type_, | |||
| _type2_, | |||
| _lda_, | |||
| _m_, | |||
| _n_ | |||
| ) |
| #define PASTE_CODE_FREE_MATRIX | ( | _desc_ | ) |
| #define PASTE_CODE_IPARAM_LOCALS | ( | iparam | ) |
| #define PASTE_TILE_TO_LAPACK | ( | _desc_, | |
| _name_, | |||
| _cond_, | |||
| _type_, | |||
| _lda_, | |||
| _n_ | |||
| ) |
| #define START_DAG | ( | ) |
| #define START_TIMING | ( | ) |
| #define STOP_DAG | ( | ) |
| #define STOP_TIMING | ( | ) |
| typedef double real_Double_t |
| enum dparam_timing |
| enum iparam_t |
Definition at line 6 of file timing.h.