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

Go to the source code of this file.
Functions | |
| void | PLASMA_INIT (int *CORES, int *INFO) |
| void | PLASMA_FINALIZE (int *INFO) |
| void | PLASMA_ENABLE (PLASMA_enum *lever, int *INFO) |
| void | PLASMA_DISABLE (PLASMA_enum *lever, int *INFO) |
| void | PLASMA_SET (PLASMA_enum *param, int *value, int *INFO) |
| void | PLASMA_GET (PLASMA_enum *param, int *value, int *INFO) |
| void | PLASMA_DEALLOC_HANDLE (size_t *sp, int *INFO) |
| void | PLASMA_VERSION (int *VER_MAJOR, int *VER_MINOR, int *VER_MICRO, int *INFO) |
| void | PLASMA_DESC_CREATE (PLASMA_desc **desc, void *mat, PLASMA_enum *dtyp, int *mb, int *nb, int *bsiz, int *lm, int *ln, int *i, int *j, int *m, int *n, int *INFO) |
| void | PLASMA_DESC_DESTROY (PLASMA_desc **desc, int *INFO) |
| void | PLASMA_LAPACK_TO_TILE (intptr_t *Af77, int *LDA, intptr_t *A, int *INFO) |
| void | PLASMA_TILE_TO_LAPACK (intptr_t *A, intptr_t *Af77, int *LDA, int *INFO) |
PLASMA auxiliary routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file plasma_f77.c.
| void PLASMA_DEALLOC_HANDLE | ( | size_t * | sp, |
| int * | INFO | ||
| ) |
Definition at line 70 of file plasma_f77.c.
References PLASMA_SUCCESS.
| void PLASMA_DESC_CREATE | ( | PLASMA_desc ** | desc, |
| void * | mat, | ||
| PLASMA_enum * | dtyp, | ||
| int * | mb, | ||
| int * | nb, | ||
| int * | bsiz, | ||
| int * | lm, | ||
| int * | ln, | ||
| int * | i, | ||
| int * | j, | ||
| int * | m, | ||
| int * | n, | ||
| int * | INFO | ||
| ) |
FORTRAN API - descriptor allocation and deallocation
Definition at line 85 of file plasma_f77.c.
References PLASMA_Desc_Create().

| void PLASMA_DESC_DESTROY | ( | PLASMA_desc ** | desc, |
| int * | INFO | ||
| ) |
Definition at line 88 of file plasma_f77.c.
References PLASMA_Desc_Destroy().

| void PLASMA_DISABLE | ( | PLASMA_enum * | lever, |
| int * | INFO | ||
| ) |
Definition at line 61 of file plasma_f77.c.
References PLASMA_Disable().

| void PLASMA_ENABLE | ( | PLASMA_enum * | lever, |
| int * | INFO | ||
| ) |
Definition at line 58 of file plasma_f77.c.
References PLASMA_Enable().

| void PLASMA_FINALIZE | ( | int * | INFO | ) |
Definition at line 55 of file plasma_f77.c.
References PLASMA_Finalize().

| void PLASMA_GET | ( | PLASMA_enum * | param, |
| int * | value, | ||
| int * | INFO | ||
| ) |
Definition at line 67 of file plasma_f77.c.
References PLASMA_Get().

| void PLASMA_INIT | ( | int * | CORES, |
| int * | INFO | ||
| ) |
FORTRAN API - auxiliary function prototypes
Definition at line 52 of file plasma_f77.c.
References PLASMA_Init().

| void PLASMA_LAPACK_TO_TILE | ( | intptr_t * | Af77, |
| int * | LDA, | ||
| intptr_t * | A, | ||
| int * | INFO | ||
| ) |
FORTRAN API - conversion from LAPACK F77 matrix layout to tile layout
Definition at line 94 of file plasma_f77.c.
References PLASMA_Lapack_to_Tile().

| void PLASMA_SET | ( | PLASMA_enum * | param, |
| int * | value, | ||
| int * | INFO | ||
| ) |
Definition at line 64 of file plasma_f77.c.
References PLASMA_Set().

| void PLASMA_TILE_TO_LAPACK | ( | intptr_t * | A, |
| intptr_t * | Af77, | ||
| int * | LDA, | ||
| int * | INFO | ||
| ) |
Definition at line 97 of file plasma_f77.c.
References PLASMA_Tile_to_Lapack().

| void PLASMA_VERSION | ( | int * | VER_MAJOR, |
| int * | VER_MINOR, | ||
| int * | VER_MICRO, | ||
| int * | INFO | ||
| ) |
Definition at line 74 of file plasma_f77.c.
References PLASMA_SUCCESS, PLASMA_VERSION_MAJOR, PLASMA_VERSION_MICRO, and PLASMA_VERSION_MINOR.