ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
PBblas.h File Reference

Go to the source code of this file.

Macros

#define CNOTRAN   'N'
 
#define CNOCONJG   'N'
 
#define CTRAN   'T'
 
#define CCONJG   'Z'
 
#define CCOTRAN   'C'
 
#define CALL   'A'
 
#define CLOWER   'L'
 
#define CUPPER   'U'
 
#define CDIAGONAL   'D'
 
#define CLEFT   'L'
 
#define CRIGHT   'R'
 
#define CUNIT   'U'
 
#define CNOUNIT   'N'
 
#define CINIT   'I'
 
#define CNOINIT   'N'
 
#define CFORWARD   'F'
 
#define CBACKWARD   'B'
 
#define CREUSE   'R'
 
#define CALLOCATE   'A'
 
#define NOTRAN   "N"
 
#define NOCONJG   "N"
 
#define TRAN   "T"
 
#define CONJG   "Z"
 
#define COTRAN   "C"
 
#define ALL   "A"
 
#define LOWER   "L"
 
#define UPPER   "U"
 
#define DIAGONAL   "D"
 
#define LEFT   "L"
 
#define RIGHT   "R"
 
#define UNIT   "U"
 
#define NOUNIT   "N"
 
#define INIT   "I"
 
#define NOINIT   "N"
 
#define FORWARD   "F"
 
#define BACKWARD   "B"
 
#define REUSE   "R"
 
#define ALLOCATE   "A"
 
#define srot_   SROT
 
#define drot_   DROT
 
#define sswap_   SSWAP
 
#define dswap_   DSWAP
 
#define cswap_   CSWAP
 
#define zswap_   ZSWAP
 
#define scopy_   SCOPY
 
#define dcopy_   DCOPY
 
#define ccopy_   CCOPY
 
#define zcopy_   ZCOPY
 
#define saxpy_   SAXPY
 
#define daxpy_   DAXPY
 
#define caxpy_   CAXPY
 
#define zaxpy_   ZAXPY
 
#define sscal_   SSCAL
 
#define dscal_   DSCAL
 
#define cscal_   CSCAL
 
#define zscal_   ZSCAL
 
#define csscal_   CSSCAL
 
#define zdscal_   ZDSCAL
 
#define sasum_   SASUM
 
#define dasum_   DASUM
 
#define scasum_   SCASUM
 
#define dzasum_   DZASUM
 
#define snrm2_   SNRM2
 
#define dnrm2_   DNRM2
 
#define scnrm2_   SCNRM2
 
#define dznrm2_   DZNRM2
 
#define sdot_   SDOT
 
#define ddot_   DDOT
 
#define cdotu_   CDOTU
 
#define zdotu_   ZDOTU
 
#define cdotc_   CDOTC
 
#define zdotc_   ZDOTC
 
#define isamax_   ISAMAX
 
#define idamax_   IDAMAX
 
#define icamax_   ICAMAX
 
#define izamax_   IZAMAX
 
#define sgemv_   SGEMV
 
#define dgemv_   DGEMV
 
#define cgemv_   CGEMV
 
#define zgemv_   ZGEMV
 
#define ssymv_   SSYMV
 
#define dsymv_   DSYMV
 
#define chemv_   CHEMV
 
#define zhemv_   ZHEMV
 
#define strmv_   STRMV
 
#define dtrmv_   DTRMV
 
#define ctrmv_   CTRMV
 
#define ztrmv_   ZTRMV
 
#define strsv_   STRSV
 
#define dtrsv_   DTRSV
 
#define ctrsv_   CTRSV
 
#define ztrsv_   ZTRSV
 
#define sger_   SGER
 
#define dger_   DGER
 
#define cgeru_   CGERU
 
#define zgeru_   ZGERU
 
#define cgerc_   CGERC
 
#define zgerc_   ZGERC
 
#define ssyr_   SSYR
 
#define dsyr_   DSYR
 
#define cher_   CHER
 
#define zher_   ZHER
 
#define ssyr2_   SSYR2
 
#define dsyr2_   DSYR2
 
#define cher2_   CHER2
 
#define zher2_   ZHER2
 
#define sgemm_   SGEMM
 
#define dgemm_   DGEMM
 
#define cgemm_   CGEMM
 
#define zgemm_   ZGEMM
 
#define ssymm_   SSYMM
 
#define dsymm_   DSYMM
 
#define csymm_   CSYMM
 
#define chemm_   CHEMM
 
#define zsymm_   ZSYMM
 
#define zhemm_   ZHEMM
 
#define strmm_   STRMM
 
#define dtrmm_   DTRMM
 
#define ctrmm_   CTRMM
 
#define ztrmm_   ZTRMM
 
#define strsm_   STRSM
 
#define dtrsm_   DTRSM
 
#define ctrsm_   CTRSM
 
#define ztrsm_   ZTRSM
 
#define ssyrk_   SSYRK
 
#define dsyrk_   DSYRK
 
#define csyrk_   CSYRK
 
#define cherk_   CHERK
 
#define zsyrk_   ZSYRK
 
#define zherk_   ZHERK
 
#define ssyr2k_   SSYR2K
 
#define dsyr2k_   DSYR2K
 
#define csyr2k_   CSYR2K
 
#define cher2k_   CHER2K
 
#define zsyr2k_   ZSYR2K
 
#define zher2k_   ZHER2K
 
#define srot_   srot
 
#define drot_   drot
 
#define sswap_   sswap
 
#define dswap_   dswap
 
#define cswap_   cswap
 
#define zswap_   zswap
 
#define scopy_   scopy
 
#define dcopy_   dcopy
 
#define ccopy_   ccopy
 
#define zcopy_   zcopy
 
#define saxpy_   saxpy
 
#define daxpy_   daxpy
 
#define caxpy_   caxpy
 
#define zaxpy_   zaxpy
 
#define sscal_   sscal
 
#define dscal_   dscal
 
#define cscal_   cscal
 
#define zscal_   zscal
 
#define csscal_   csscal
 
#define zdscal_   zdscal
 
#define sasum_   sasum
 
#define dasum_   dasum
 
#define scasum_   scasum
 
#define dzasum_   dzasum
 
#define snrm2_   snrm2
 
#define dnrm2_   dnrm2
 
#define scnrm2_   scnrm2
 
#define dznrm2_   dznrm2
 
#define sdot_   sdot
 
#define ddot_   ddot
 
#define cdotu_   cdotu
 
#define zdotu_   zdotu
 
#define cdotc_   cdotc
 
#define zdotc_   zdotc
 
#define isamax_   isamax
 
#define idamax_   idamax
 
#define icamax_   icamax
 
#define izamax_   izamax
 
#define sgemv_   sgemv
 
#define dgemv_   dgemv
 
#define cgemv_   cgemv
 
#define zgemv_   zgemv
 
#define ssymv_   ssymv
 
#define dsymv_   dsymv
 
#define chemv_   chemv
 
#define zhemv_   zhemv
 
#define strmv_   strmv
 
#define dtrmv_   dtrmv
 
#define ctrmv_   ctrmv
 
#define ztrmv_   ztrmv
 
#define strsv_   strsv
 
#define dtrsv_   dtrsv
 
#define ctrsv_   ctrsv
 
#define ztrsv_   ztrsv
 
#define sger_   sger
 
#define dger_   dger
 
#define cgeru_   cgeru
 
#define zgeru_   zgeru
 
#define cgerc_   cgerc
 
#define zgerc_   zgerc
 
#define ssyr_   ssyr
 
#define dsyr_   dsyr
 
#define cher_   cher
 
#define zher_   zher
 
#define ssyr2_   ssyr2
 
#define dsyr2_   dsyr2
 
#define cher2_   cher2
 
#define zher2_   zher2
 
#define sgemm_   sgemm
 
#define dgemm_   dgemm
 
#define cgemm_   cgemm
 
#define zgemm_   zgemm
 
#define ssymm_   ssymm
 
#define dsymm_   dsymm
 
#define csymm_   csymm
 
#define chemm_   chemm
 
#define zsymm_   zsymm
 
#define zhemm_   zhemm
 
#define strmm_   strmm
 
#define dtrmm_   dtrmm
 
#define ctrmm_   ctrmm
 
#define ztrmm_   ztrmm
 
#define strsm_   strsm
 
#define dtrsm_   dtrsm
 
#define ctrsm_   ctrsm
 
#define ztrsm_   ztrsm
 
#define ssyrk_   ssyrk
 
#define dsyrk_   dsyrk
 
#define csyrk_   csyrk
 
#define cherk_   cherk
 
#define zsyrk_   zsyrk
 
#define zherk_   zherk
 
#define ssyr2k_   ssyr2k
 
#define dsyr2k_   dsyr2k
 
#define csyr2k_   csyr2k
 
#define cher2k_   cher2k
 
#define zsyr2k_   zsyr2k
 
#define zher2k_   zher2k
 

Functions

int isamax_ ()
 
int idamax_ ()
 
int icamax_ ()
 
int izamax_ ()
 
F_VOID_FCT saxpy_ ()
 
F_VOID_FCT daxpy_ ()
 
F_VOID_FCT caxpy_ ()
 
F_VOID_FCT zaxpy_ ()
 
F_VOID_FCT scopy_ ()
 
F_VOID_FCT dcopy_ ()
 
F_VOID_FCT ccopy_ ()
 
F_VOID_FCT zcopy_ ()
 
F_VOID_FCT sscal_ ()
 
F_VOID_FCT dscal_ ()
 
F_VOID_FCT cscal_ ()
 
F_VOID_FCT csscal_ ()
 
F_VOID_FCT zscal_ ()
 
F_VOID_FCT zdscal_ ()
 
F_VOID_FCT sswap_ ()
 
F_VOID_FCT dswap_ ()
 
F_VOID_FCT cswap_ ()
 
F_VOID_FCT zswap_ ()
 
F_VOID_FCT sgemv_ ()
 
F_VOID_FCT dgemv_ ()
 
F_VOID_FCT cgemv_ ()
 
F_VOID_FCT zgemv_ ()
 
F_VOID_FCT ssymv_ ()
 
F_VOID_FCT dsymv_ ()
 
F_VOID_FCT chemv_ ()
 
F_VOID_FCT zhemv_ ()
 
F_VOID_FCT strmv_ ()
 
F_VOID_FCT dtrmv_ ()
 
F_VOID_FCT ctrmv_ ()
 
F_VOID_FCT ztrmv_ ()
 
F_VOID_FCT strsv_ ()
 
F_VOID_FCT dtrsv_ ()
 
F_VOID_FCT ctrsv_ ()
 
F_VOID_FCT ztrsv_ ()
 
F_VOID_FCT sger_ ()
 
F_VOID_FCT dger_ ()
 
F_VOID_FCT cgerc_ ()
 
F_VOID_FCT cgeru_ ()
 
F_VOID_FCT zgerc_ ()
 
F_VOID_FCT zgeru_ ()
 
F_VOID_FCT ssyr_ ()
 
F_VOID_FCT dsyr_ ()
 
F_VOID_FCT cher_ ()
 
F_VOID_FCT zher_ ()
 
F_VOID_FCT ssyr2_ ()
 
F_VOID_FCT dsyr2_ ()
 
F_VOID_FCT cher2_ ()
 
F_VOID_FCT zher2_ ()
 
F_VOID_FCT sgemm_ ()
 
F_VOID_FCT dgemm_ ()
 
F_VOID_FCT cgemm_ ()
 
F_VOID_FCT zgemm_ ()
 
F_VOID_FCT ssymm_ ()
 
F_VOID_FCT dsymm_ ()
 
F_VOID_FCT csymm_ ()
 
F_VOID_FCT zsymm_ ()
 
F_VOID_FCT chemm_ ()
 
F_VOID_FCT zhemm_ ()
 
F_VOID_FCT ssyrk_ ()
 
F_VOID_FCT dsyrk_ ()
 
F_VOID_FCT csyrk_ ()
 
F_VOID_FCT zsyrk_ ()
 
F_VOID_FCT cherk_ ()
 
F_VOID_FCT zherk_ ()
 
F_VOID_FCT ssyr2k_ ()
 
F_VOID_FCT dsyr2k_ ()
 
F_VOID_FCT csyr2k_ ()
 
F_VOID_FCT zsyr2k_ ()
 
F_VOID_FCT cher2k_ ()
 
F_VOID_FCT zher2k_ ()
 
F_VOID_FCT strmm_ ()
 
F_VOID_FCT dtrmm_ ()
 
F_VOID_FCT ctrmm_ ()
 
F_VOID_FCT ztrmm_ ()
 
F_VOID_FCT strsm_ ()
 
F_VOID_FCT dtrsm_ ()
 
F_VOID_FCT ctrsm_ ()
 
F_VOID_FCT ztrsm_ ()
 

Macro Definition Documentation

◆ ALL

#define ALL   "A"

Definition at line 50 of file PBblas.h.

◆ ALLOCATE

#define ALLOCATE   "A"

Definition at line 68 of file PBblas.h.

◆ BACKWARD

#define BACKWARD   "B"

Definition at line 65 of file PBblas.h.

◆ CALL

#define CALL   'A'

Definition at line 24 of file PBblas.h.

◆ CALLOCATE

#define CALLOCATE   'A'

Definition at line 42 of file PBblas.h.

◆ caxpy_ [1/2]

#define caxpy_   CAXPY

Definition at line 238 of file PBblas.h.

◆ caxpy_ [2/2]

#define caxpy_   caxpy

Definition at line 238 of file PBblas.h.

◆ CBACKWARD

#define CBACKWARD   'B'

Definition at line 39 of file PBblas.h.

◆ CCONJG

#define CCONJG   'Z'

Definition at line 21 of file PBblas.h.

◆ ccopy_ [1/2]

#define ccopy_   CCOPY

Definition at line 233 of file PBblas.h.

◆ ccopy_ [2/2]

#define ccopy_   ccopy

Definition at line 233 of file PBblas.h.

◆ CCOTRAN

#define CCOTRAN   'C'

Definition at line 22 of file PBblas.h.

◆ CDIAGONAL

#define CDIAGONAL   'D'

Definition at line 27 of file PBblas.h.

◆ cdotc_ [1/2]

#define cdotc_   CDOTC

Definition at line 262 of file PBblas.h.

◆ cdotc_ [2/2]

#define cdotc_   cdotc

Definition at line 262 of file PBblas.h.

◆ cdotu_ [1/2]

#define cdotu_   CDOTU

Definition at line 260 of file PBblas.h.

◆ cdotu_ [2/2]

#define cdotu_   cdotu

Definition at line 260 of file PBblas.h.

◆ CFORWARD

#define CFORWARD   'F'

Definition at line 38 of file PBblas.h.

◆ cgemm_ [1/2]

#define cgemm_   CGEMM

Definition at line 309 of file PBblas.h.

◆ cgemm_ [2/2]

#define cgemm_   cgemm

Definition at line 309 of file PBblas.h.

◆ cgemv_ [1/2]

#define cgemv_   CGEMV

Definition at line 272 of file PBblas.h.

◆ cgemv_ [2/2]

#define cgemv_   cgemv

Definition at line 272 of file PBblas.h.

◆ cgerc_ [1/2]

#define cgerc_   CGERC

Definition at line 294 of file PBblas.h.

◆ cgerc_ [2/2]

#define cgerc_   cgerc

Definition at line 294 of file PBblas.h.

◆ cgeru_ [1/2]

#define cgeru_   CGERU

Definition at line 292 of file PBblas.h.

◆ cgeru_ [2/2]

#define cgeru_   cgeru

Definition at line 292 of file PBblas.h.

◆ chemm_ [1/2]

#define chemm_   CHEMM

Definition at line 315 of file PBblas.h.

◆ chemm_ [2/2]

#define chemm_   chemm

Definition at line 315 of file PBblas.h.

◆ chemv_ [1/2]

#define chemv_   CHEMV

Definition at line 277 of file PBblas.h.

◆ chemv_ [2/2]

#define chemv_   chemv

Definition at line 277 of file PBblas.h.

◆ cher2_ [1/2]

#define cher2_   CHER2

Definition at line 304 of file PBblas.h.

◆ cher2_ [2/2]

#define cher2_   cher2

Definition at line 304 of file PBblas.h.

◆ cher2k_ [1/2]

#define cher2k_   CHER2K

Definition at line 339 of file PBblas.h.

◆ cher2k_ [2/2]

#define cher2k_   cher2k

Definition at line 339 of file PBblas.h.

◆ cher_ [1/2]

#define cher_   CHER

Definition at line 299 of file PBblas.h.

◆ cher_ [2/2]

#define cher_   cher

Definition at line 299 of file PBblas.h.

◆ cherk_ [1/2]

#define cherk_   CHERK

Definition at line 332 of file PBblas.h.

◆ cherk_ [2/2]

#define cherk_   cherk

Definition at line 332 of file PBblas.h.

◆ CINIT

#define CINIT   'I'

Definition at line 35 of file PBblas.h.

◆ CLEFT

#define CLEFT   'L'

Definition at line 29 of file PBblas.h.

◆ CLOWER

#define CLOWER   'L'

Definition at line 25 of file PBblas.h.

◆ CNOCONJG

#define CNOCONJG   'N'

Definition at line 19 of file PBblas.h.

◆ CNOINIT

#define CNOINIT   'N'

Definition at line 36 of file PBblas.h.

◆ CNOTRAN

#define CNOTRAN   'N'

Definition at line 18 of file PBblas.h.

◆ CNOUNIT

#define CNOUNIT   'N'

Definition at line 33 of file PBblas.h.

◆ CONJG

#define CONJG   "Z"

Definition at line 47 of file PBblas.h.

◆ COTRAN

#define COTRAN   "C"

Definition at line 48 of file PBblas.h.

◆ CREUSE

#define CREUSE   'R'

Definition at line 41 of file PBblas.h.

◆ CRIGHT

#define CRIGHT   'R'

Definition at line 30 of file PBblas.h.

◆ cscal_ [1/2]

#define cscal_   CSCAL

Definition at line 243 of file PBblas.h.

◆ cscal_ [2/2]

#define cscal_   cscal

Definition at line 243 of file PBblas.h.

◆ csscal_ [1/2]

#define csscal_   CSSCAL

Definition at line 245 of file PBblas.h.

◆ csscal_ [2/2]

#define csscal_   csscal

Definition at line 245 of file PBblas.h.

◆ cswap_ [1/2]

#define cswap_   CSWAP

Definition at line 228 of file PBblas.h.

◆ cswap_ [2/2]

#define cswap_   cswap

Definition at line 228 of file PBblas.h.

◆ csymm_ [1/2]

#define csymm_   CSYMM

Definition at line 314 of file PBblas.h.

◆ csymm_ [2/2]

#define csymm_   csymm

Definition at line 314 of file PBblas.h.

◆ csyr2k_ [1/2]

#define csyr2k_   CSYR2K

Definition at line 338 of file PBblas.h.

◆ csyr2k_ [2/2]

#define csyr2k_   csyr2k

Definition at line 338 of file PBblas.h.

◆ csyrk_ [1/2]

#define csyrk_   CSYRK

Definition at line 331 of file PBblas.h.

◆ csyrk_ [2/2]

#define csyrk_   csyrk

Definition at line 331 of file PBblas.h.

◆ CTRAN

#define CTRAN   'T'

Definition at line 20 of file PBblas.h.

◆ ctrmm_ [1/2]

#define ctrmm_   CTRMM

Definition at line 321 of file PBblas.h.

◆ ctrmm_ [2/2]

#define ctrmm_   ctrmm

Definition at line 321 of file PBblas.h.

◆ ctrmv_ [1/2]

#define ctrmv_   CTRMV

Definition at line 282 of file PBblas.h.

◆ ctrmv_ [2/2]

#define ctrmv_   ctrmv

Definition at line 282 of file PBblas.h.

◆ ctrsm_ [1/2]

#define ctrsm_   CTRSM

Definition at line 326 of file PBblas.h.

◆ ctrsm_ [2/2]

#define ctrsm_   ctrsm

Definition at line 326 of file PBblas.h.

◆ ctrsv_ [1/2]

#define ctrsv_   CTRSV

Definition at line 287 of file PBblas.h.

◆ ctrsv_ [2/2]

#define ctrsv_   ctrsv

Definition at line 287 of file PBblas.h.

◆ CUNIT

#define CUNIT   'U'

Definition at line 32 of file PBblas.h.

◆ CUPPER

#define CUPPER   'U'

Definition at line 26 of file PBblas.h.

◆ dasum_ [1/2]

#define dasum_   DASUM

Definition at line 249 of file PBblas.h.

◆ dasum_ [2/2]

#define dasum_   dasum

Definition at line 249 of file PBblas.h.

◆ daxpy_ [1/2]

#define daxpy_   DAXPY

Definition at line 237 of file PBblas.h.

◆ daxpy_ [2/2]

#define daxpy_   daxpy

Definition at line 237 of file PBblas.h.

◆ dcopy_ [1/2]

#define dcopy_   DCOPY

Definition at line 232 of file PBblas.h.

◆ dcopy_ [2/2]

#define dcopy_   dcopy

Definition at line 232 of file PBblas.h.

◆ ddot_ [1/2]

#define ddot_   DDOT

Definition at line 259 of file PBblas.h.

◆ ddot_ [2/2]

#define ddot_   ddot

Definition at line 259 of file PBblas.h.

◆ dgemm_ [1/2]

#define dgemm_   DGEMM

Definition at line 308 of file PBblas.h.

◆ dgemm_ [2/2]

#define dgemm_   dgemm

Definition at line 308 of file PBblas.h.

◆ dgemv_ [1/2]

#define dgemv_   DGEMV

Definition at line 271 of file PBblas.h.

◆ dgemv_ [2/2]

#define dgemv_   dgemv

Definition at line 271 of file PBblas.h.

◆ dger_ [1/2]

#define dger_   DGER

Definition at line 291 of file PBblas.h.

◆ dger_ [2/2]

#define dger_   dger

Definition at line 291 of file PBblas.h.

◆ DIAGONAL

#define DIAGONAL   "D"

Definition at line 53 of file PBblas.h.

◆ dnrm2_ [1/2]

#define dnrm2_   DNRM2

Definition at line 254 of file PBblas.h.

◆ dnrm2_ [2/2]

#define dnrm2_   dnrm2

Definition at line 254 of file PBblas.h.

◆ drot_ [1/2]

#define drot_   DROT

Definition at line 224 of file PBblas.h.

◆ drot_ [2/2]

#define drot_   drot

Definition at line 224 of file PBblas.h.

◆ dscal_ [1/2]

#define dscal_   DSCAL

Definition at line 242 of file PBblas.h.

◆ dscal_ [2/2]

#define dscal_   dscal

Definition at line 242 of file PBblas.h.

◆ dswap_ [1/2]

#define dswap_   DSWAP

Definition at line 227 of file PBblas.h.

◆ dswap_ [2/2]

#define dswap_   dswap

Definition at line 227 of file PBblas.h.

◆ dsymm_ [1/2]

#define dsymm_   DSYMM

Definition at line 313 of file PBblas.h.

◆ dsymm_ [2/2]

#define dsymm_   dsymm

Definition at line 313 of file PBblas.h.

◆ dsymv_ [1/2]

#define dsymv_   DSYMV

Definition at line 276 of file PBblas.h.

◆ dsymv_ [2/2]

#define dsymv_   dsymv

Definition at line 276 of file PBblas.h.

◆ dsyr2_ [1/2]

#define dsyr2_   DSYR2

Definition at line 303 of file PBblas.h.

◆ dsyr2_ [2/2]

#define dsyr2_   dsyr2

Definition at line 303 of file PBblas.h.

◆ dsyr2k_ [1/2]

#define dsyr2k_   DSYR2K

Definition at line 337 of file PBblas.h.

◆ dsyr2k_ [2/2]

#define dsyr2k_   dsyr2k

Definition at line 337 of file PBblas.h.

◆ dsyr_ [1/2]

#define dsyr_   DSYR

Definition at line 298 of file PBblas.h.

◆ dsyr_ [2/2]

#define dsyr_   dsyr

Definition at line 298 of file PBblas.h.

◆ dsyrk_ [1/2]

#define dsyrk_   DSYRK

Definition at line 330 of file PBblas.h.

◆ dsyrk_ [2/2]

#define dsyrk_   dsyrk

Definition at line 330 of file PBblas.h.

◆ dtrmm_ [1/2]

#define dtrmm_   DTRMM

Definition at line 320 of file PBblas.h.

◆ dtrmm_ [2/2]

#define dtrmm_   dtrmm

Definition at line 320 of file PBblas.h.

◆ dtrmv_ [1/2]

#define dtrmv_   DTRMV

Definition at line 281 of file PBblas.h.

◆ dtrmv_ [2/2]

#define dtrmv_   dtrmv

Definition at line 281 of file PBblas.h.

◆ dtrsm_ [1/2]

#define dtrsm_   DTRSM

Definition at line 325 of file PBblas.h.

◆ dtrsm_ [2/2]

#define dtrsm_   dtrsm

Definition at line 325 of file PBblas.h.

◆ dtrsv_ [1/2]

#define dtrsv_   DTRSV

Definition at line 286 of file PBblas.h.

◆ dtrsv_ [2/2]

#define dtrsv_   dtrsv

Definition at line 286 of file PBblas.h.

◆ dzasum_ [1/2]

#define dzasum_   DZASUM

Definition at line 251 of file PBblas.h.

◆ dzasum_ [2/2]

#define dzasum_   dzasum

Definition at line 251 of file PBblas.h.

◆ dznrm2_ [1/2]

#define dznrm2_   DZNRM2

Definition at line 256 of file PBblas.h.

◆ dznrm2_ [2/2]

#define dznrm2_   dznrm2

Definition at line 256 of file PBblas.h.

◆ FORWARD

#define FORWARD   "F"

Definition at line 64 of file PBblas.h.

◆ icamax_ [1/2]

#define icamax_   ICAMAX

Definition at line 267 of file PBblas.h.

◆ icamax_ [2/2]

#define icamax_   icamax

Definition at line 267 of file PBblas.h.

◆ idamax_ [1/2]

#define idamax_   IDAMAX

Definition at line 266 of file PBblas.h.

◆ idamax_ [2/2]

#define idamax_   idamax

Definition at line 266 of file PBblas.h.

◆ INIT

#define INIT   "I"

Definition at line 61 of file PBblas.h.

◆ isamax_ [1/2]

#define isamax_   ISAMAX

Definition at line 265 of file PBblas.h.

◆ isamax_ [2/2]

#define isamax_   isamax

Definition at line 265 of file PBblas.h.

◆ izamax_ [1/2]

#define izamax_   IZAMAX

Definition at line 268 of file PBblas.h.

◆ izamax_ [2/2]

#define izamax_   izamax

Definition at line 268 of file PBblas.h.

◆ LEFT

#define LEFT   "L"

Definition at line 55 of file PBblas.h.

◆ LOWER

#define LOWER   "L"

Definition at line 51 of file PBblas.h.

◆ NOCONJG

#define NOCONJG   "N"

Definition at line 45 of file PBblas.h.

◆ NOINIT

#define NOINIT   "N"

Definition at line 62 of file PBblas.h.

◆ NOTRAN

#define NOTRAN   "N"

Definition at line 44 of file PBblas.h.

◆ NOUNIT

#define NOUNIT   "N"

Definition at line 59 of file PBblas.h.

◆ REUSE

#define REUSE   "R"

Definition at line 67 of file PBblas.h.

◆ RIGHT

#define RIGHT   "R"

Definition at line 56 of file PBblas.h.

◆ sasum_ [1/2]

#define sasum_   SASUM

Definition at line 248 of file PBblas.h.

◆ sasum_ [2/2]

#define sasum_   sasum

Definition at line 248 of file PBblas.h.

◆ saxpy_ [1/2]

#define saxpy_   SAXPY

Definition at line 236 of file PBblas.h.

◆ saxpy_ [2/2]

#define saxpy_   saxpy

Definition at line 236 of file PBblas.h.

◆ scasum_ [1/2]

#define scasum_   SCASUM

Definition at line 250 of file PBblas.h.

◆ scasum_ [2/2]

#define scasum_   scasum

Definition at line 250 of file PBblas.h.

◆ scnrm2_ [1/2]

#define scnrm2_   SCNRM2

Definition at line 255 of file PBblas.h.

◆ scnrm2_ [2/2]

#define scnrm2_   scnrm2

Definition at line 255 of file PBblas.h.

◆ scopy_ [1/2]

#define scopy_   SCOPY

Definition at line 231 of file PBblas.h.

◆ scopy_ [2/2]

#define scopy_   scopy

Definition at line 231 of file PBblas.h.

◆ sdot_ [1/2]

#define sdot_   SDOT

Definition at line 258 of file PBblas.h.

◆ sdot_ [2/2]

#define sdot_   sdot

Definition at line 258 of file PBblas.h.

◆ sgemm_ [1/2]

#define sgemm_   SGEMM

Definition at line 307 of file PBblas.h.

◆ sgemm_ [2/2]

#define sgemm_   sgemm

Definition at line 307 of file PBblas.h.

◆ sgemv_ [1/2]

#define sgemv_   SGEMV

Definition at line 270 of file PBblas.h.

◆ sgemv_ [2/2]

#define sgemv_   sgemv

Definition at line 270 of file PBblas.h.

◆ sger_ [1/2]

#define sger_   SGER

Definition at line 290 of file PBblas.h.

◆ sger_ [2/2]

#define sger_   sger

Definition at line 290 of file PBblas.h.

◆ snrm2_ [1/2]

#define snrm2_   SNRM2

Definition at line 253 of file PBblas.h.

◆ snrm2_ [2/2]

#define snrm2_   snrm2

Definition at line 253 of file PBblas.h.

◆ srot_ [1/2]

#define srot_   SROT

Definition at line 223 of file PBblas.h.

◆ srot_ [2/2]

#define srot_   srot

Definition at line 223 of file PBblas.h.

◆ sscal_ [1/2]

#define sscal_   SSCAL

Definition at line 241 of file PBblas.h.

◆ sscal_ [2/2]

#define sscal_   sscal

Definition at line 241 of file PBblas.h.

◆ sswap_ [1/2]

#define sswap_   SSWAP

Definition at line 226 of file PBblas.h.

◆ sswap_ [2/2]

#define sswap_   sswap

Definition at line 226 of file PBblas.h.

◆ ssymm_ [1/2]

#define ssymm_   SSYMM

Definition at line 312 of file PBblas.h.

◆ ssymm_ [2/2]

#define ssymm_   ssymm

Definition at line 312 of file PBblas.h.

◆ ssymv_ [1/2]

#define ssymv_   SSYMV

Definition at line 275 of file PBblas.h.

◆ ssymv_ [2/2]

#define ssymv_   ssymv

Definition at line 275 of file PBblas.h.

◆ ssyr2_ [1/2]

#define ssyr2_   SSYR2

Definition at line 302 of file PBblas.h.

◆ ssyr2_ [2/2]

#define ssyr2_   ssyr2

Definition at line 302 of file PBblas.h.

◆ ssyr2k_ [1/2]

#define ssyr2k_   SSYR2K

Definition at line 336 of file PBblas.h.

◆ ssyr2k_ [2/2]

#define ssyr2k_   ssyr2k

Definition at line 336 of file PBblas.h.

◆ ssyr_ [1/2]

#define ssyr_   SSYR

Definition at line 297 of file PBblas.h.

◆ ssyr_ [2/2]

#define ssyr_   ssyr

Definition at line 297 of file PBblas.h.

◆ ssyrk_ [1/2]

#define ssyrk_   SSYRK

Definition at line 329 of file PBblas.h.

◆ ssyrk_ [2/2]

#define ssyrk_   ssyrk

Definition at line 329 of file PBblas.h.

◆ strmm_ [1/2]

#define strmm_   STRMM

Definition at line 319 of file PBblas.h.

◆ strmm_ [2/2]

#define strmm_   strmm

Definition at line 319 of file PBblas.h.

◆ strmv_ [1/2]

#define strmv_   STRMV

Definition at line 280 of file PBblas.h.

◆ strmv_ [2/2]

#define strmv_   strmv

Definition at line 280 of file PBblas.h.

◆ strsm_ [1/2]

#define strsm_   STRSM

Definition at line 324 of file PBblas.h.

◆ strsm_ [2/2]

#define strsm_   strsm

Definition at line 324 of file PBblas.h.

◆ strsv_ [1/2]

#define strsv_   STRSV

Definition at line 285 of file PBblas.h.

◆ strsv_ [2/2]

#define strsv_   strsv

Definition at line 285 of file PBblas.h.

◆ TRAN

#define TRAN   "T"

Definition at line 46 of file PBblas.h.

◆ UNIT

#define UNIT   "U"

Definition at line 58 of file PBblas.h.

◆ UPPER

#define UPPER   "U"

Definition at line 52 of file PBblas.h.

◆ zaxpy_ [1/2]

#define zaxpy_   ZAXPY

Definition at line 239 of file PBblas.h.

◆ zaxpy_ [2/2]

#define zaxpy_   zaxpy

Definition at line 239 of file PBblas.h.

◆ zcopy_ [1/2]

#define zcopy_   ZCOPY

Definition at line 234 of file PBblas.h.

◆ zcopy_ [2/2]

#define zcopy_   zcopy

Definition at line 234 of file PBblas.h.

◆ zdotc_ [1/2]

#define zdotc_   ZDOTC

Definition at line 263 of file PBblas.h.

◆ zdotc_ [2/2]

#define zdotc_   zdotc

Definition at line 263 of file PBblas.h.

◆ zdotu_ [1/2]

#define zdotu_   ZDOTU

Definition at line 261 of file PBblas.h.

◆ zdotu_ [2/2]

#define zdotu_   zdotu

Definition at line 261 of file PBblas.h.

◆ zdscal_ [1/2]

#define zdscal_   ZDSCAL

Definition at line 246 of file PBblas.h.

◆ zdscal_ [2/2]

#define zdscal_   zdscal

Definition at line 246 of file PBblas.h.

◆ zgemm_ [1/2]

#define zgemm_   ZGEMM

Definition at line 310 of file PBblas.h.

◆ zgemm_ [2/2]

#define zgemm_   zgemm

Definition at line 310 of file PBblas.h.

◆ zgemv_ [1/2]

#define zgemv_   ZGEMV

Definition at line 273 of file PBblas.h.

◆ zgemv_ [2/2]

#define zgemv_   zgemv

Definition at line 273 of file PBblas.h.

◆ zgerc_ [1/2]

#define zgerc_   ZGERC

Definition at line 295 of file PBblas.h.

◆ zgerc_ [2/2]

#define zgerc_   zgerc

Definition at line 295 of file PBblas.h.

◆ zgeru_ [1/2]

#define zgeru_   ZGERU

Definition at line 293 of file PBblas.h.

◆ zgeru_ [2/2]

#define zgeru_   zgeru

Definition at line 293 of file PBblas.h.

◆ zhemm_ [1/2]

#define zhemm_   ZHEMM

Definition at line 317 of file PBblas.h.

◆ zhemm_ [2/2]

#define zhemm_   zhemm

Definition at line 317 of file PBblas.h.

◆ zhemv_ [1/2]

#define zhemv_   ZHEMV

Definition at line 278 of file PBblas.h.

◆ zhemv_ [2/2]

#define zhemv_   zhemv

Definition at line 278 of file PBblas.h.

◆ zher2_ [1/2]

#define zher2_   ZHER2

Definition at line 305 of file PBblas.h.

◆ zher2_ [2/2]

#define zher2_   zher2

Definition at line 305 of file PBblas.h.

◆ zher2k_ [1/2]

#define zher2k_   ZHER2K

Definition at line 341 of file PBblas.h.

◆ zher2k_ [2/2]

#define zher2k_   zher2k

Definition at line 341 of file PBblas.h.

◆ zher_ [1/2]

#define zher_   ZHER

Definition at line 300 of file PBblas.h.

◆ zher_ [2/2]

#define zher_   zher

Definition at line 300 of file PBblas.h.

◆ zherk_ [1/2]

#define zherk_   ZHERK

Definition at line 334 of file PBblas.h.

◆ zherk_ [2/2]

#define zherk_   zherk

Definition at line 334 of file PBblas.h.

◆ zscal_ [1/2]

#define zscal_   ZSCAL

Definition at line 244 of file PBblas.h.

◆ zscal_ [2/2]

#define zscal_   zscal

Definition at line 244 of file PBblas.h.

◆ zswap_ [1/2]

#define zswap_   ZSWAP

Definition at line 229 of file PBblas.h.

◆ zswap_ [2/2]

#define zswap_   zswap

Definition at line 229 of file PBblas.h.

◆ zsymm_ [1/2]

#define zsymm_   ZSYMM

Definition at line 316 of file PBblas.h.

◆ zsymm_ [2/2]

#define zsymm_   zsymm

Definition at line 316 of file PBblas.h.

◆ zsyr2k_ [1/2]

#define zsyr2k_   ZSYR2K

Definition at line 340 of file PBblas.h.

◆ zsyr2k_ [2/2]

#define zsyr2k_   zsyr2k

Definition at line 340 of file PBblas.h.

◆ zsyrk_ [1/2]

#define zsyrk_   ZSYRK

Definition at line 333 of file PBblas.h.

◆ zsyrk_ [2/2]

#define zsyrk_   zsyrk

Definition at line 333 of file PBblas.h.

◆ ztrmm_ [1/2]

#define ztrmm_   ZTRMM

Definition at line 322 of file PBblas.h.

◆ ztrmm_ [2/2]

#define ztrmm_   ztrmm

Definition at line 322 of file PBblas.h.

◆ ztrmv_ [1/2]

#define ztrmv_   ZTRMV

Definition at line 283 of file PBblas.h.

◆ ztrmv_ [2/2]

#define ztrmv_   ztrmv

Definition at line 283 of file PBblas.h.

◆ ztrsm_ [1/2]

#define ztrsm_   ZTRSM

Definition at line 327 of file PBblas.h.

◆ ztrsm_ [2/2]

#define ztrsm_   ztrsm

Definition at line 327 of file PBblas.h.

◆ ztrsv_ [1/2]

#define ztrsv_   ZTRSV

Definition at line 288 of file PBblas.h.

◆ ztrsv_ [2/2]

#define ztrsv_   ztrsv

Definition at line 288 of file PBblas.h.

Function Documentation

◆ caxpy_()

F_VOID_FCT caxpy_ ( )
Here is the caller graph for this function:

◆ ccopy_()

F_VOID_FCT ccopy_ ( )
Here is the caller graph for this function:

◆ cgemm_()

F_VOID_FCT cgemm_ ( )
Here is the caller graph for this function:

◆ cgemv_()

F_VOID_FCT cgemv_ ( )
Here is the caller graph for this function:

◆ cgerc_()

F_VOID_FCT cgerc_ ( )
Here is the caller graph for this function:

◆ cgeru_()

F_VOID_FCT cgeru_ ( )
Here is the caller graph for this function:

◆ chemm_()

F_VOID_FCT chemm_ ( )
Here is the caller graph for this function:

◆ chemv_()

F_VOID_FCT chemv_ ( )
Here is the caller graph for this function:

◆ cher2_()

F_VOID_FCT cher2_ ( )
Here is the caller graph for this function:

◆ cher2k_()

F_VOID_FCT cher2k_ ( )
Here is the caller graph for this function:

◆ cher_()

F_VOID_FCT cher_ ( )
Here is the caller graph for this function:

◆ cherk_()

F_VOID_FCT cherk_ ( )
Here is the caller graph for this function:

◆ cscal_()

F_VOID_FCT cscal_ ( )
Here is the caller graph for this function:

◆ csscal_()

F_VOID_FCT csscal_ ( )
Here is the caller graph for this function:

◆ cswap_()

F_VOID_FCT cswap_ ( )
Here is the caller graph for this function:

◆ csymm_()

F_VOID_FCT csymm_ ( )
Here is the caller graph for this function:

◆ csyr2k_()

F_VOID_FCT csyr2k_ ( )
Here is the caller graph for this function:

◆ csyrk_()

F_VOID_FCT csyrk_ ( )
Here is the caller graph for this function:

◆ ctrmm_()

F_VOID_FCT ctrmm_ ( )
Here is the caller graph for this function:

◆ ctrmv_()

F_VOID_FCT ctrmv_ ( )
Here is the caller graph for this function:

◆ ctrsm_()

F_VOID_FCT ctrsm_ ( )
Here is the caller graph for this function:

◆ ctrsv_()

F_VOID_FCT ctrsv_ ( )
Here is the caller graph for this function:

◆ daxpy_()

F_VOID_FCT daxpy_ ( )
Here is the caller graph for this function:

◆ dcopy_()

F_VOID_FCT dcopy_ ( )
Here is the caller graph for this function:

◆ dgemm_()

F_VOID_FCT dgemm_ ( )
Here is the caller graph for this function:

◆ dgemv_()

F_VOID_FCT dgemv_ ( )
Here is the caller graph for this function:

◆ dger_()

F_VOID_FCT dger_ ( )
Here is the caller graph for this function:

◆ dscal_()

F_VOID_FCT dscal_ ( )
Here is the caller graph for this function:

◆ dswap_()

F_VOID_FCT dswap_ ( )
Here is the caller graph for this function:

◆ dsymm_()

F_VOID_FCT dsymm_ ( )
Here is the caller graph for this function:

◆ dsymv_()

F_VOID_FCT dsymv_ ( )
Here is the caller graph for this function:

◆ dsyr2_()

F_VOID_FCT dsyr2_ ( )
Here is the caller graph for this function:

◆ dsyr2k_()

F_VOID_FCT dsyr2k_ ( )
Here is the caller graph for this function:

◆ dsyr_()

F_VOID_FCT dsyr_ ( )
Here is the caller graph for this function:

◆ dsyrk_()

F_VOID_FCT dsyrk_ ( )
Here is the caller graph for this function:

◆ dtrmm_()

F_VOID_FCT dtrmm_ ( )
Here is the caller graph for this function:

◆ dtrmv_()

F_VOID_FCT dtrmv_ ( )
Here is the caller graph for this function:

◆ dtrsm_()

F_VOID_FCT dtrsm_ ( )
Here is the caller graph for this function:

◆ dtrsv_()

F_VOID_FCT dtrsv_ ( )
Here is the caller graph for this function:

◆ icamax_()

int icamax_ ( )
Here is the caller graph for this function:

◆ idamax_()

int idamax_ ( )
Here is the caller graph for this function:

◆ isamax_()

int isamax_ ( )
Here is the caller graph for this function:

◆ izamax_()

int izamax_ ( )
Here is the caller graph for this function:

◆ saxpy_()

F_VOID_FCT saxpy_ ( )
Here is the caller graph for this function:

◆ scopy_()

F_VOID_FCT scopy_ ( )
Here is the caller graph for this function:

◆ sgemm_()

F_VOID_FCT sgemm_ ( )
Here is the caller graph for this function:

◆ sgemv_()

F_VOID_FCT sgemv_ ( )
Here is the caller graph for this function:

◆ sger_()

F_VOID_FCT sger_ ( )
Here is the caller graph for this function:

◆ sscal_()

F_VOID_FCT sscal_ ( )
Here is the caller graph for this function:

◆ sswap_()

F_VOID_FCT sswap_ ( )
Here is the caller graph for this function:

◆ ssymm_()

F_VOID_FCT ssymm_ ( )
Here is the caller graph for this function:

◆ ssymv_()

F_VOID_FCT ssymv_ ( )
Here is the caller graph for this function:

◆ ssyr2_()

F_VOID_FCT ssyr2_ ( )
Here is the caller graph for this function:

◆ ssyr2k_()

F_VOID_FCT ssyr2k_ ( )
Here is the caller graph for this function:

◆ ssyr_()

F_VOID_FCT ssyr_ ( )
Here is the caller graph for this function:

◆ ssyrk_()

F_VOID_FCT ssyrk_ ( )
Here is the caller graph for this function:

◆ strmm_()

F_VOID_FCT strmm_ ( )
Here is the caller graph for this function:

◆ strmv_()

F_VOID_FCT strmv_ ( )
Here is the caller graph for this function:

◆ strsm_()

F_VOID_FCT strsm_ ( )
Here is the caller graph for this function:

◆ strsv_()

F_VOID_FCT strsv_ ( )
Here is the caller graph for this function:

◆ zaxpy_()

F_VOID_FCT zaxpy_ ( )
Here is the caller graph for this function:

◆ zcopy_()

F_VOID_FCT zcopy_ ( )
Here is the caller graph for this function:

◆ zdscal_()

F_VOID_FCT zdscal_ ( )
Here is the caller graph for this function:

◆ zgemm_()

F_VOID_FCT zgemm_ ( )
Here is the caller graph for this function:

◆ zgemv_()

F_VOID_FCT zgemv_ ( )
Here is the caller graph for this function:

◆ zgerc_()

F_VOID_FCT zgerc_ ( )
Here is the caller graph for this function:

◆ zgeru_()

F_VOID_FCT zgeru_ ( )
Here is the caller graph for this function:

◆ zhemm_()

F_VOID_FCT zhemm_ ( )
Here is the caller graph for this function:

◆ zhemv_()

F_VOID_FCT zhemv_ ( )
Here is the caller graph for this function:

◆ zher2_()

F_VOID_FCT zher2_ ( )
Here is the caller graph for this function:

◆ zher2k_()

F_VOID_FCT zher2k_ ( )
Here is the caller graph for this function:

◆ zher_()

F_VOID_FCT zher_ ( )
Here is the caller graph for this function:

◆ zherk_()

F_VOID_FCT zherk_ ( )
Here is the caller graph for this function:

◆ zscal_()

F_VOID_FCT zscal_ ( )
Here is the caller graph for this function:

◆ zswap_()

F_VOID_FCT zswap_ ( )
Here is the caller graph for this function:

◆ zsymm_()

F_VOID_FCT zsymm_ ( )
Here is the caller graph for this function:

◆ zsyr2k_()

F_VOID_FCT zsyr2k_ ( )
Here is the caller graph for this function:

◆ zsyrk_()

F_VOID_FCT zsyrk_ ( )
Here is the caller graph for this function:

◆ ztrmm_()

F_VOID_FCT ztrmm_ ( )
Here is the caller graph for this function:

◆ ztrmv_()

F_VOID_FCT ztrmv_ ( )
Here is the caller graph for this function:

◆ ztrsm_()

F_VOID_FCT ztrsm_ ( )
Here is the caller graph for this function:

◆ ztrsv_()

F_VOID_FCT ztrsv_ ( )
Here is the caller graph for this function: