ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
codelet_dmdet.c File Reference

Go to the source code of this file.

Functions

int MORSE_MLE_dmdet_Tile_Async (MORSE_desc_t *descA, MORSE_sequence_t *sequence, MORSE_request_t *request, MORSE_desc_t *descdet)
 

Detailed Description

Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.

ExaGeoStat is a software package provided by KAUST

StarPU codelet to Calculate determinant of a given triangular matrix (A)

Version
1.0.0
Author
Sameh Abdulah
Date
2018-11-11

Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.

ExaGeoStat is a software package provided by KAUST

StarPU codelet to Calculate Mean Square Error (MSE) between two vectors.

Version
1.0.0
Author
Sameh Abdulah
Date
2018-11-11

Definition in file codelet_dmdet.c.

Function Documentation

int MORSE_MLE_dmdet_Tile_Async ( MORSE_desc_t *  descA,
MORSE_sequence_t *  sequence,
MORSE_request_t *  request,
MORSE_desc_t *  descdet 
)

MORSE_MLE_dmdet_Tile_Async - Calculate determinant for triangular matrix. Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]descAdescA: Morse descriptor
[out]descdetdescerror: determinant value
[in]sequenceIdentifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes).
[out]requestIdentifies this function call (for exception handling purposes).
Returns
Return values
MORSE_SUCCESSsuccessful exit

Definition at line 83 of file codelet_dmdet.c.