ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
#include "../include/diag.h"
Go to the source code of this file.
Macros | |
#define | A(m, n) A, m, n |
Functions | |
void | morse_pdpotrf_diag (MORSE_enum uplo, MORSE_desc_t *A, int diag_thick, MORSE_sequence_t *sequence, MORSE_request_t *request) |
MORSE auxiliary routines MORSE is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file pdpotrf_diag.c.
#define A | ( | m, | |
n | |||
) | A, m, n |
Definition at line 34 of file pdpotrf_diag.c.
void morse_pdpotrf_diag | ( | MORSE_enum | uplo, |
MORSE_desc_t * | A, | ||
int | diag_thick, | ||
MORSE_sequence_t * | sequence, | ||
MORSE_request_t * | request | ||
) |
Parallel tile Cholesky factorization - dynamic scheduling
Definition at line 38 of file pdpotrf_diag.c.