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
core_blas_dag.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DAG_SET_PROPERTIES(_name, _color)
#define DAG_CORE_ASUM   DAG_SET_PROPERTIES( "ASUM" , "white" )
#define DAG_CORE_AXPY   DAG_SET_PROPERTIES( "AXPY" , "white" )
#define DAG_CORE_GEADD   DAG_SET_PROPERTIES( "GEADD" , "white" )
#define DAG_CORE_GELQT   DAG_SET_PROPERTIES( "GELQT" , "green" )
#define DAG_CORE_GEMM   DAG_SET_PROPERTIES( "GEMM" , "yellow" )
#define DAG_CORE_GEQRT   DAG_SET_PROPERTIES( "GEQRT" , "green" )
#define DAG_CORE_GESSM   DAG_SET_PROPERTIES( "GESSM" , "cyan" )
#define DAG_CORE_GETRF   DAG_SET_PROPERTIES( "GETRF" , "green" )
#define DAG_CORE_GETRIP   DAG_SET_PROPERTIES( "GETRIP", "white" )
#define DAG_CORE_GETRO   DAG_SET_PROPERTIES( "GETRO" , "white" )
#define DAG_CORE_HEMM   DAG_SET_PROPERTIES( "HEMM" , "white" )
#define DAG_CORE_HER2K   DAG_SET_PROPERTIES( "HER2K" , "white" )
#define DAG_CORE_HERK   DAG_SET_PROPERTIES( "HERK" , "yellow" )
#define DAG_CORE_LACPY   DAG_SET_PROPERTIES( "LACPY" , "white" )
#define DAG_CORE_LAG2C   DAG_SET_PROPERTIES( "LAG2C" , "white" )
#define DAG_CORE_LAG2Z   DAG_SET_PROPERTIES( "LAG2Z" , "white" )
#define DAG_CORE_LANGE   DAG_SET_PROPERTIES( "LANGE" , "white" )
#define DAG_CORE_LANHE   DAG_SET_PROPERTIES( "LANHE" , "white" )
#define DAG_CORE_LANSY   DAG_SET_PROPERTIES( "LANSY" , "white" )
#define DAG_CORE_LASET   DAG_SET_PROPERTIES( "LASET" , "orange" )
#define DAG_CORE_LASWP   DAG_SET_PROPERTIES( "LASWP" , "orange" )
#define DAG_CORE_LAUUM   DAG_SET_PROPERTIES( "LAUUM" , "white" )
#define DAG_CORE_PLGHE   DAG_SET_PROPERTIES( "PLGHE" , "white" )
#define DAG_CORE_PLGSY   DAG_SET_PROPERTIES( "PLGSY" , "white" )
#define DAG_CORE_PLRNT   DAG_SET_PROPERTIES( "PLRNT" , "white" )
#define DAG_CORE_POTRF   DAG_SET_PROPERTIES( "POTRF" , "green" )
#define DAG_CORE_SHIFT   DAG_SET_PROPERTIES( "SHIFT" , "white" )
#define DAG_CORE_SHIFTW   DAG_SET_PROPERTIES( "SHIFTW", "white" )
#define DAG_CORE_SSSSM   DAG_SET_PROPERTIES( "SSSSM" , "yellow" )
#define DAG_CORE_SWPAB   DAG_SET_PROPERTIES( "SWPAB" , "white" )
#define DAG_CORE_SYMM   DAG_SET_PROPERTIES( "SYMM" , "white" )
#define DAG_CORE_SYR2K   DAG_SET_PROPERTIES( "SYR2K" , "white" )
#define DAG_CORE_SYRK   DAG_SET_PROPERTIES( "SYRK" , "red" )
#define DAG_CORE_TRMM   DAG_SET_PROPERTIES( "TRMM" , "cyan" )
#define DAG_CORE_TRSM   DAG_SET_PROPERTIES( "TRSM" , "cyan" )
#define DAG_CORE_TRTRI   DAG_SET_PROPERTIES( "TRTRI" , "white" )
#define DAG_CORE_TSLQT   DAG_SET_PROPERTIES( "TSLQT" , "red" )
#define DAG_CORE_TSMLQ   DAG_SET_PROPERTIES( "TSMLQ" , "yellow" )
#define DAG_CORE_TSMQR   DAG_SET_PROPERTIES( "TSMQR" , "yellow" )
#define DAG_CORE_TSQRT   DAG_SET_PROPERTIES( "TSQRT" , "red" )
#define DAG_CORE_TSTRF   DAG_SET_PROPERTIES( "TSTRF" , "red" )
#define DAG_CORE_TTLQT   DAG_SET_PROPERTIES( "TTLQT" , "pink" )
#define DAG_CORE_TTMLQ   DAG_SET_PROPERTIES( "TTMLQ" , "magenta" )
#define DAG_CORE_TTMQR   DAG_SET_PROPERTIES( "TTMQR" , "magenta" )
#define DAG_CORE_TTQRT   DAG_SET_PROPERTIES( "TTQRT" , "pink" )
#define DAG_CORE_UNMLQ   DAG_SET_PROPERTIES( "UNMLQ" , "cyan" )
#define DAG_CORE_UNMQR   DAG_SET_PROPERTIES( "UNMQR" , "cyan" )

Detailed Description

PLASMA auxiliary routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver

Version:
2.4.5
Author:
Mathieu Faverge
Date:
2010-11-15

Definition in file core_blas_dag.h.


Macro Definition Documentation

#define DAG_CORE_ASUM   DAG_SET_PROPERTIES( "ASUM" , "white" )

Definition at line 25 of file core_blas_dag.h.

#define DAG_CORE_AXPY   DAG_SET_PROPERTIES( "AXPY" , "white" )

Definition at line 26 of file core_blas_dag.h.

#define DAG_CORE_GEADD   DAG_SET_PROPERTIES( "GEADD" , "white" )

Definition at line 27 of file core_blas_dag.h.

#define DAG_CORE_GELQT   DAG_SET_PROPERTIES( "GELQT" , "green" )

Definition at line 28 of file core_blas_dag.h.

#define DAG_CORE_GEMM   DAG_SET_PROPERTIES( "GEMM" , "yellow" )

Definition at line 29 of file core_blas_dag.h.

#define DAG_CORE_GEQRT   DAG_SET_PROPERTIES( "GEQRT" , "green" )

Definition at line 30 of file core_blas_dag.h.

#define DAG_CORE_GESSM   DAG_SET_PROPERTIES( "GESSM" , "cyan" )

Definition at line 31 of file core_blas_dag.h.

#define DAG_CORE_GETRF   DAG_SET_PROPERTIES( "GETRF" , "green" )

Definition at line 32 of file core_blas_dag.h.

#define DAG_CORE_GETRIP   DAG_SET_PROPERTIES( "GETRIP", "white" )

Definition at line 33 of file core_blas_dag.h.

#define DAG_CORE_GETRO   DAG_SET_PROPERTIES( "GETRO" , "white" )

Definition at line 34 of file core_blas_dag.h.

#define DAG_CORE_HEMM   DAG_SET_PROPERTIES( "HEMM" , "white" )

Definition at line 35 of file core_blas_dag.h.

#define DAG_CORE_HER2K   DAG_SET_PROPERTIES( "HER2K" , "white" )

Definition at line 36 of file core_blas_dag.h.

#define DAG_CORE_HERK   DAG_SET_PROPERTIES( "HERK" , "yellow" )

Definition at line 37 of file core_blas_dag.h.

#define DAG_CORE_LACPY   DAG_SET_PROPERTIES( "LACPY" , "white" )

Definition at line 38 of file core_blas_dag.h.

#define DAG_CORE_LAG2C   DAG_SET_PROPERTIES( "LAG2C" , "white" )

Definition at line 39 of file core_blas_dag.h.

#define DAG_CORE_LAG2Z   DAG_SET_PROPERTIES( "LAG2Z" , "white" )

Definition at line 40 of file core_blas_dag.h.

#define DAG_CORE_LANGE   DAG_SET_PROPERTIES( "LANGE" , "white" )

Definition at line 41 of file core_blas_dag.h.

#define DAG_CORE_LANHE   DAG_SET_PROPERTIES( "LANHE" , "white" )

Definition at line 42 of file core_blas_dag.h.

#define DAG_CORE_LANSY   DAG_SET_PROPERTIES( "LANSY" , "white" )

Definition at line 43 of file core_blas_dag.h.

#define DAG_CORE_LASET   DAG_SET_PROPERTIES( "LASET" , "orange" )

Definition at line 44 of file core_blas_dag.h.

#define DAG_CORE_LASWP   DAG_SET_PROPERTIES( "LASWP" , "orange" )

Definition at line 45 of file core_blas_dag.h.

#define DAG_CORE_LAUUM   DAG_SET_PROPERTIES( "LAUUM" , "white" )

Definition at line 46 of file core_blas_dag.h.

#define DAG_CORE_PLGHE   DAG_SET_PROPERTIES( "PLGHE" , "white" )

Definition at line 47 of file core_blas_dag.h.

#define DAG_CORE_PLGSY   DAG_SET_PROPERTIES( "PLGSY" , "white" )

Definition at line 48 of file core_blas_dag.h.

#define DAG_CORE_PLRNT   DAG_SET_PROPERTIES( "PLRNT" , "white" )

Definition at line 49 of file core_blas_dag.h.

#define DAG_CORE_POTRF   DAG_SET_PROPERTIES( "POTRF" , "green" )

Definition at line 50 of file core_blas_dag.h.

#define DAG_CORE_SHIFT   DAG_SET_PROPERTIES( "SHIFT" , "white" )

Definition at line 51 of file core_blas_dag.h.

#define DAG_CORE_SHIFTW   DAG_SET_PROPERTIES( "SHIFTW", "white" )

Definition at line 52 of file core_blas_dag.h.

#define DAG_CORE_SSSSM   DAG_SET_PROPERTIES( "SSSSM" , "yellow" )

Definition at line 53 of file core_blas_dag.h.

#define DAG_CORE_SWPAB   DAG_SET_PROPERTIES( "SWPAB" , "white" )

Definition at line 54 of file core_blas_dag.h.

#define DAG_CORE_SYMM   DAG_SET_PROPERTIES( "SYMM" , "white" )

Definition at line 55 of file core_blas_dag.h.

#define DAG_CORE_SYR2K   DAG_SET_PROPERTIES( "SYR2K" , "white" )

Definition at line 56 of file core_blas_dag.h.

#define DAG_CORE_SYRK   DAG_SET_PROPERTIES( "SYRK" , "red" )

Definition at line 57 of file core_blas_dag.h.

#define DAG_CORE_TRMM   DAG_SET_PROPERTIES( "TRMM" , "cyan" )

Definition at line 58 of file core_blas_dag.h.

#define DAG_CORE_TRSM   DAG_SET_PROPERTIES( "TRSM" , "cyan" )

Definition at line 59 of file core_blas_dag.h.

#define DAG_CORE_TRTRI   DAG_SET_PROPERTIES( "TRTRI" , "white" )

Definition at line 60 of file core_blas_dag.h.

#define DAG_CORE_TSLQT   DAG_SET_PROPERTIES( "TSLQT" , "red" )

Definition at line 61 of file core_blas_dag.h.

#define DAG_CORE_TSMLQ   DAG_SET_PROPERTIES( "TSMLQ" , "yellow" )

Definition at line 62 of file core_blas_dag.h.

#define DAG_CORE_TSMQR   DAG_SET_PROPERTIES( "TSMQR" , "yellow" )

Definition at line 63 of file core_blas_dag.h.

#define DAG_CORE_TSQRT   DAG_SET_PROPERTIES( "TSQRT" , "red" )

Definition at line 64 of file core_blas_dag.h.

#define DAG_CORE_TSTRF   DAG_SET_PROPERTIES( "TSTRF" , "red" )

Definition at line 65 of file core_blas_dag.h.

#define DAG_CORE_TTLQT   DAG_SET_PROPERTIES( "TTLQT" , "pink" )

Definition at line 66 of file core_blas_dag.h.

#define DAG_CORE_TTMLQ   DAG_SET_PROPERTIES( "TTMLQ" , "magenta" )

Definition at line 67 of file core_blas_dag.h.

#define DAG_CORE_TTMQR   DAG_SET_PROPERTIES( "TTMQR" , "magenta" )

Definition at line 68 of file core_blas_dag.h.

#define DAG_CORE_TTQRT   DAG_SET_PROPERTIES( "TTQRT" , "pink" )

Definition at line 69 of file core_blas_dag.h.

#define DAG_CORE_UNMLQ   DAG_SET_PROPERTIES( "UNMLQ" , "cyan" )

Definition at line 70 of file core_blas_dag.h.

#define DAG_CORE_UNMQR   DAG_SET_PROPERTIES( "UNMQR" , "cyan" )

Definition at line 71 of file core_blas_dag.h.

#define DAG_SET_PROPERTIES (   _name,
  _color 
)

Definition at line 22 of file core_blas_dag.h.