ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
pdpotrf_diag.c File Reference
#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)
 

Detailed Description

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

Version
1.0.0 This file has been automatically generated from Plasma 2.5.0 for MORSE 1.0.0
Author
Jakub Kurzak
Hatem Ltaief
Mathieu Faverge
Emmanuel Agullo
Cedric Castagnede
Florent Pruvost
Date
2018-11-11 d Fri Dec 1 14:38:19 2017

Definition in file pdpotrf_diag.c.

Macro Definition Documentation

#define A (   m,
 
)    A, m, n

Definition at line 34 of file pdpotrf_diag.c.

Function Documentation

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.