Mentions légales du service

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • solverstack/chameleon
  • lvilleve/chameleon-toto
  • jcletort/chameleon
  • thibault/chameleon
  • tcojean/chameleon
  • sylvand/chameleon
  • viroulea/chameleon
  • x-ltac/chameleon
  • agullo/chameleon
  • glucas/chameleon
  • pswartva/chameleon
  • aguermou1/chameleon
  • eyrauddu/chameleon
  • mverite/chameleon
  • alisito/chameleon
  • furmento/chameleon
  • fpruvost/chameleon
  • ahourcau/chameleon
  • bnicolas/chameleon
  • pesterie/chameleon
  • mmarcos/chameleon
21 results
Show changes
Showing
with 236 additions and 331 deletions
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgeadd.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgeadd.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgeadd wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Mathieu Faverge
* @date 2011-11-03
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -90,7 +85,7 @@
* @sa MORSE_dgeadd
* @sa MORSE_sgeadd
*
******************************************************************************/
*/
int MORSE_zgeadd( MORSE_enum trans, int M, int N,
MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
MORSE_Complex64_t beta, MORSE_Complex64_t *B, int LDB )
......@@ -227,7 +222,7 @@ int MORSE_zgeadd( MORSE_enum trans, int M, int N,
* @sa MORSE_dgeadd_Tile
* @sa MORSE_sgeadd_Tile
*
******************************************************************************/
*/
int MORSE_zgeadd_Tile( MORSE_enum trans,
MORSE_Complex64_t alpha, MORSE_desc_t *A,
MORSE_Complex64_t beta, MORSE_desc_t *B )
......@@ -283,7 +278,7 @@ int MORSE_zgeadd_Tile( MORSE_enum trans,
* @sa MORSE_dgeadd_Tile_Async
* @sa MORSE_sgeadd_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgeadd_Tile_Async( MORSE_enum trans,
MORSE_Complex64_t alpha, MORSE_desc_t *A,
MORSE_Complex64_t beta, MORSE_desc_t *B,
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgelqf.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgelqf.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgelqf wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -27,7 +22,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -74,7 +69,7 @@
* @sa MORSE_sgelqf
* @sa MORSE_zgelqs
*
******************************************************************************/
*/
int MORSE_zgelqf( int M, int N,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descT )
......@@ -182,7 +177,7 @@ int MORSE_zgelqf( int M, int N,
* @sa MORSE_sgelqf_Tile
* @sa MORSE_zgelqs_Tile
*
******************************************************************************/
*/
int MORSE_zgelqf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
{
MORSE_context_t *morse;
......@@ -236,7 +231,7 @@ int MORSE_zgelqf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
* @sa MORSE_sgelqf_Tile_Async
* @sa MORSE_zgelqs_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgelqf_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgelqf_param.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgelqf_param.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgelqf_param wrappers
*
* @version 1.0.0
* @author Mathieu Faverge
......@@ -21,7 +17,7 @@
* @date 2017-05-17
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -71,7 +67,7 @@
* @sa MORSE_sgelqf
* @sa MORSE_zgelqs
*
******************************************************************************/
*/
int MORSE_zgelqf_param( const libhqr_tree_t *qrtree, int M, int N,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descTS, MORSE_desc_t *descTT )
......@@ -180,7 +176,7 @@ int MORSE_zgelqf_param( const libhqr_tree_t *qrtree, int M, int N,
* @sa MORSE_sgelqf_Tile
* @sa MORSE_zgelqs_Tile
*
******************************************************************************/
*/
int MORSE_zgelqf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT )
{
MORSE_context_t *morse;
......@@ -235,7 +231,7 @@ int MORSE_zgelqf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
* @sa MORSE_sgelqf_Tile_Async
* @sa MORSE_zgelqs_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgelqf_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @file zgelqs.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
**/
/**
*
* @file zgelqs.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgelqs wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -80,7 +75,7 @@
* @sa MORSE_sgelqs
* @sa MORSE_zgelqf
*
******************************************************************************/
*/
int MORSE_zgelqs( int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descT,
......@@ -203,7 +198,7 @@ int MORSE_zgelqs( int M, int N, int NRHS,
* @sa MORSE_sgelqs_Tile
* @sa MORSE_zgelqf_Tile
*
******************************************************************************/
*/
int MORSE_zgelqs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -259,7 +254,7 @@ int MORSE_zgelqs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
* @sa MORSE_sgelqs_Tile_Async
* @sa MORSE_zgelqf_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgelqs_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @file zgelqs_param.c
*
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
**/
/**
*
* @file zgelqs_param.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgelqs_param wrappers
*
* @version 1.0.0
* @author Raphael Boucherie
......@@ -22,7 +17,7 @@
* @date 2017-05-17
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -82,7 +77,7 @@
* @sa MORSE_sgelqs
* @sa MORSE_zgelqf
*
******************************************************************************/
*/
int MORSE_zgelqs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descTS, MORSE_desc_t *descTT,
......@@ -209,7 +204,7 @@ int MORSE_zgelqs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
* @sa MORSE_sgelqs_Tile
* @sa MORSE_zgelqf_Tile
*
******************************************************************************/
*/
int MORSE_zgelqs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
{
......@@ -267,7 +262,7 @@ int MORSE_zgelqs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
* @sa MORSE_sgelqs_Tile_Async
* @sa MORSE_zgelqf_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgelqs_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgels.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgels.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgels wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -106,7 +101,7 @@
* @sa MORSE_dgels
* @sa MORSE_sgels
*
******************************************************************************/
*/
int MORSE_zgels( MORSE_enum trans, int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descT,
......@@ -260,7 +255,7 @@ int MORSE_zgels( MORSE_enum trans, int M, int N, int NRHS,
* @sa MORSE_dgels_Tile
* @sa MORSE_sgels_Tile
*
******************************************************************************/
*/
int MORSE_zgels_Tile( MORSE_enum trans, MORSE_desc_t *A,
MORSE_desc_t *T, MORSE_desc_t *B )
{
......@@ -316,7 +311,7 @@ int MORSE_zgels_Tile( MORSE_enum trans, MORSE_desc_t *A,
* @sa MORSE_dgels_Tile_Async
* @sa MORSE_sgels_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgels_Tile_Async( MORSE_enum trans, MORSE_desc_t *A,
MORSE_desc_t *T, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgels_param.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgels_param.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgels_param wrappers
*
* @version 1.0.0
* @author Raphael Boucherie
......@@ -21,7 +17,7 @@
* @date 2017-05-17
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -108,7 +104,7 @@
* @sa MORSE_dgels
* @sa MORSE_sgels
*
******************************************************************************/
*/
int MORSE_zgels_param( const libhqr_tree_t *qrtree, MORSE_enum trans, int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descTS, MORSE_desc_t *descTT,
......@@ -265,7 +261,7 @@ int MORSE_zgels_param( const libhqr_tree_t *qrtree, MORSE_enum trans, int M, int
* @sa MORSE_dgels_Tile
* @sa MORSE_sgels_Tile
*
******************************************************************************/
*/
int MORSE_zgels_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A,
MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
{
......@@ -322,7 +318,7 @@ int MORSE_zgels_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE
* @sa MORSE_dgels_Tile_Async
* @sa MORSE_sgels_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgels_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A,
MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgemm.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgemm.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgemm wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Mathieu Faverge
......@@ -25,7 +20,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -129,7 +124,7 @@
* @sa MORSE_dgemm
* @sa MORSE_sgemm
*
******************************************************************************/
*/
int MORSE_zgemm( MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
MORSE_Complex64_t *B, int LDB,
......@@ -299,7 +294,7 @@ int MORSE_zgemm( MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
* @sa MORSE_dgemm_Tile
* @sa MORSE_sgemm_Tile
*
******************************************************************************/
*/
int MORSE_zgemm_Tile( MORSE_enum transA, MORSE_enum transB,
MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
MORSE_Complex64_t beta, MORSE_desc_t *C )
......@@ -355,7 +350,7 @@ int MORSE_zgemm_Tile( MORSE_enum transA, MORSE_enum transB,
* @sa MORSE_dgemm_Tile_Async
* @sa MORSE_sgemm_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgemm_Tile_Async( MORSE_enum transA, MORSE_enum transB,
MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
MORSE_Complex64_t beta, MORSE_desc_t *C,
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgeqrf.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgeqrf.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgeqrf wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -73,7 +68,7 @@
* @sa MORSE_sgeqrf
* @sa MORSE_zgeqrs
*
******************************************************************************/
*/
int MORSE_zgeqrf( int M, int N,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descT )
......@@ -181,7 +176,7 @@ int MORSE_zgeqrf( int M, int N,
* @sa MORSE_sgeqrf_Tile
* @sa MORSE_zgeqrs_Tile
*
******************************************************************************/
*/
int MORSE_zgeqrf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
{
MORSE_context_t *morse;
......@@ -235,7 +230,7 @@ int MORSE_zgeqrf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
* @sa MORSE_sgeqrf_Tile_Async
* @sa MORSE_zgeqrs_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgeqrf_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgeqrf_param.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgeqrf_param.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgeqrf_param wrappers
*
* @version 1.0.0
* @author Mathieu Faverge
......@@ -21,7 +17,7 @@
* @date 2017-05-17
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -76,7 +72,7 @@
* @sa MORSE_sgeqrf
* @sa MORSE_zgeqrs
*
******************************************************************************/
*/
int MORSE_zgeqrf_param( const libhqr_tree_t *qrtree, int M, int N,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descTS, MORSE_desc_t *descTT )
......@@ -189,7 +185,7 @@ int MORSE_zgeqrf_param( const libhqr_tree_t *qrtree, int M, int N,
* @sa MORSE_sgeqrf_param_Tile
* @sa MORSE_zgeqrs_param_Tile
*
******************************************************************************/
*/
int MORSE_zgeqrf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT )
{
MORSE_context_t *morse;
......@@ -244,7 +240,7 @@ int MORSE_zgeqrf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
* @sa MORSE_sgeqrf_param_Tile_Async
* @sa MORSE_zgeqrs_param_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgeqrf_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgeqrs.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgeqrs.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgeqrs wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -80,7 +75,7 @@
* @sa MORSE_sgeqrs
* @sa MORSE_zgeqrf
*
*******************************************************************************/
*/
int MORSE_zgeqrs( int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descT,
......@@ -202,7 +197,7 @@ int MORSE_zgeqrs( int M, int N, int NRHS,
* @sa MORSE_sgeqrs_Tile
* @sa MORSE_zgeqrf_Tile
*
******************************************************************************/
*/
int MORSE_zgeqrs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -258,7 +253,7 @@ int MORSE_zgeqrs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
* @sa MORSE_sgeqrs_Tile_Async
* @sa MORSE_zgeqrf_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgeqrs_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgeqrs_param.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgeqrs_param.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgeqrs_param wrappers
*
* @version 1.0.0
* @author Mathieu Faverge
......@@ -21,7 +17,7 @@
* @date 2017-05-17
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
......@@ -75,7 +71,7 @@
* @sa MORSE_sgeqrs
* @sa MORSE_zgeqrf
*
*******************************************************************************/
*/
int MORSE_zgeqrs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descTS, MORSE_desc_t *descTT,
......@@ -198,7 +194,7 @@ int MORSE_zgeqrs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
* @sa MORSE_sgeqrs_Tile
* @sa MORSE_zgeqrf_Tile
*
******************************************************************************/
*/
int MORSE_zgeqrs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
{
......@@ -256,7 +252,7 @@ int MORSE_zgeqrs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
* @sa MORSE_sgeqrs_Tile_Async
* @sa MORSE_zgeqrf_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgeqrs_param_Tile_Async( const libhqr_tree_t *qrtree,
MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
/**
* @file zgesv_incpiv.c
*
* MORSE computational routines
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
* @brief Chameleon zgesv_incpiv wrappers
* Release Date: November, 15th 2009
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +22,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -85,7 +81,7 @@
* @sa MORSE_dgesv_incpiv
* @sa MORSE_sgesv_incpiv
*
******************************************************************************/
*/
int MORSE_zgesv_incpiv( int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descL, int *IPIV,
......@@ -207,7 +203,7 @@ int MORSE_zgesv_incpiv( int N, int NRHS,
* @sa MORSE_sgesv_incpiv_Tile
* @sa MORSE_zcgesv_Tile
*
******************************************************************************/
*/
int MORSE_zgesv_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -263,7 +259,7 @@ int MORSE_zgesv_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_
* @sa MORSE_sgesv_incpiv_Tile_Async
* @sa MORSE_zcgesv_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgesv_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
/**
* @file zgesv_nopiv.c
*
* MORSE computational routines
* Release Date: November, 15th 2009
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
* @brief Chameleon zgesv_nopiv wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -85,7 +80,7 @@
* @sa MORSE_dgesv_nopiv
* @sa MORSE_sgesv_nopiv
*
******************************************************************************/
*/
int MORSE_zgesv_nopiv( int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_Complex64_t *B, int LDB )
......@@ -198,7 +193,7 @@ int MORSE_zgesv_nopiv( int N, int NRHS,
* @sa MORSE_sgesv_nopiv_Tile
* @sa MORSE_zcgesv_Tile
*
******************************************************************************/
*/
int MORSE_zgesv_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -253,7 +248,7 @@ int MORSE_zgesv_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
* @sa MORSE_sgesv_nopiv_Tile_Async
* @sa MORSE_zcgesv_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgesv_nopiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgesvd.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgesvd.c
***
*
* PLASMA computational routines
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgesvd wrappers
*
* @version 2.8.0
* @version 1.0.0
* @author Gregoire Pichon
* @author Mathieu Faverge
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
#include <stdio.h>
......@@ -146,7 +141,7 @@
* @sa MORSE_dgesvd
* @sa MORSE_sgesvd
*
******************************************************************************/
*/
int MORSE_zgesvd( MORSE_enum jobu, MORSE_enum jobvt,
int M, int N,
MORSE_Complex64_t *A, int LDA,
......@@ -334,7 +329,7 @@ int MORSE_zgesvd( MORSE_enum jobu, MORSE_enum jobvt,
* @sa MORSE_dgesvd_Tile
* @sa MORSE_sgesvd_Tile
*
******************************************************************************/
*/
int MORSE_zgesvd_Tile( MORSE_enum jobu, MORSE_enum jobvt,
MORSE_desc_t *A,
double *S,
......@@ -394,7 +389,7 @@ int MORSE_zgesvd_Tile( MORSE_enum jobu, MORSE_enum jobvt,
* @sa MORSE_dgesvd_Tile_Async
* @sa MORSE_sgesvd_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgesvd_Tile_Async( MORSE_enum jobu, MORSE_enum jobvt,
MORSE_desc_t *A,
double *S,
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgetrf_incpiv.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgetrf_incpiv.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgetrf_incpiv wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -77,7 +72,7 @@
* @sa MORSE_sgetrf_incpiv
* @sa MORSE_zgetrs_incpiv
*
******************************************************************************/
*/
int MORSE_zgetrf_incpiv( int M, int N,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descL, int *IPIV )
......@@ -186,7 +181,7 @@ int MORSE_zgetrf_incpiv( int M, int N,
* @sa MORSE_sgetrf_incpiv_Tile
* @sa MORSE_zgetrs_incpiv_Tile
*
******************************************************************************/
*/
int MORSE_zgetrf_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV )
{
MORSE_context_t *morse;
......@@ -240,7 +235,7 @@ int MORSE_zgetrf_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV )
* @sa MORSE_sgetrf_incpiv_Tile_Async
* @sa MORSE_zgetrs_incpiv_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgetrf_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgetrf_nopiv.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgetrf_nopiv.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgetrf_nopiv wrappers
*
* @version 2.6.0
* @version 1.0.0
* @author Omar Zenati
* @author Mathieu Faverge
* @author Emmanuel Agullo
......@@ -25,7 +20,7 @@
*
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -71,7 +66,7 @@
* @sa MORSE_dgetrf_nopiv
* @sa MORSE_sgetrf_nopiv
*
******************************************************************************/
*/
int MORSE_zgetrf_nopiv( int M, int N,
MORSE_Complex64_t *A, int LDA )
{
......@@ -171,7 +166,7 @@ int MORSE_zgetrf_nopiv( int M, int N,
* @sa MORSE_sgetrf_nopiv_Tile
* @sa MORSE_zgetrs_Tile
*
******************************************************************************/
*/
int MORSE_zgetrf_nopiv_Tile( MORSE_desc_t *A )
{
MORSE_context_t *morse;
......@@ -228,7 +223,7 @@ int MORSE_zgetrf_nopiv_Tile( MORSE_desc_t *A )
* @sa MORSE_sgetrf_nopiv_Tile_Async
* @sa MORSE_zgetrs_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgetrf_nopiv_Tile_Async( MORSE_desc_t *A,
MORSE_sequence_t *sequence,
MORSE_request_t *request )
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgetrs_incpiv.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgetrs_incpiv.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgetrs_incpiv wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -26,7 +21,7 @@
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -87,7 +82,7 @@
* @sa MORSE_sgetrs_incpiv
* @sa MORSE_zgetrf_incpiv
*
******************************************************************************/
*/
int MORSE_zgetrs_incpiv( MORSE_enum trans, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_desc_t *descL, int *IPIV,
......@@ -211,7 +206,7 @@ int MORSE_zgetrs_incpiv( MORSE_enum trans, int N, int NRHS,
* @sa MORSE_sgetrs_incpiv_Tile
* @sa MORSE_zgetrf_incpiv_Tile
*
******************************************************************************/
*/
int MORSE_zgetrs_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -267,7 +262,7 @@ int MORSE_zgetrs_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE
* @sa MORSE_sgetrs_incpiv_Tile_Async
* @sa MORSE_zgetrf_incpiv_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgetrs_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
* @file zgetrs_nopiv.c
*
**/
/**
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
* @file zgetrs_nopiv.c
***
*
* MORSE computational routines
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @brief Chameleon zgetrs_nopiv wrappers
*
* @version 2.5.0
* @version 1.0.0
* @comment This file has been automatically generated
* from Plasma 2.5.0 for MORSE 1.0.0
* @author Jakub Kurzak
......@@ -27,7 +22,7 @@
* @date 2014-11-08
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
/**
......@@ -82,7 +77,7 @@
* @sa MORSE_sgetrs_nopiv
* @sa MORSE_zgetrf_nopiv
*
******************************************************************************/
*/
int MORSE_zgetrs_nopiv( MORSE_enum trans, int N, int NRHS,
MORSE_Complex64_t *A, int LDA,
MORSE_Complex64_t *B, int LDB )
......@@ -198,7 +193,7 @@ int MORSE_zgetrs_nopiv( MORSE_enum trans, int N, int NRHS,
* @sa MORSE_sgetrs_nopiv_Tile
* @sa MORSE_zgetrf_nopiv_Tile
*
******************************************************************************/
*/
int MORSE_zgetrs_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
{
MORSE_context_t *morse;
......@@ -253,7 +248,7 @@ int MORSE_zgetrs_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
* @sa MORSE_sgetrs_nopiv_Tile_Async
* @sa MORSE_zgetrf_nopiv_Tile_Async
*
******************************************************************************/
*/
int MORSE_zgetrs_nopiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *B,
MORSE_sequence_t *sequence, MORSE_request_t *request )
{
......
/**
*
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-2014 Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
/**
* @file zheevd.c
*
* PLASMA computational routines
* Release Date: November, 15th 2009
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
* @copyright 2009-2014 The University of Tennessee and The University of
* Tennessee Research Foundation. All rights reserved.
* @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
* @brief Chameleon zheevd wrappers
*
* @version 2.7.1
* @version 1.0.0
* @author Azzam Haidar
* @author Hatem Ltaief
* @date 2010-11-15
* @precisions normal z -> s d c
*
**/
*/
#include "control/common.h"
#include <stdlib.h>
#include <string.h>
......@@ -99,7 +94,7 @@
* @sa MORSE_dsyev
* @sa MORSE_ssyev
*
******************************************************************************/
*/
int MORSE_zheevd( MORSE_enum jobz, MORSE_enum uplo, int N,
MORSE_Complex64_t *A, int LDA,
double *W,
......@@ -239,7 +234,7 @@ int MORSE_zheevd( MORSE_enum jobz, MORSE_enum uplo, int N,
* @sa MORSE_dsyev
* @sa MORSE_ssyev
*
******************************************************************************/
*/
int MORSE_zheevd_Tile( MORSE_enum jobz, MORSE_enum uplo,
MORSE_desc_t *A, double *W, MORSE_desc_t *T )
{
......@@ -331,7 +326,7 @@ int MORSE_zheevd_Tile( MORSE_enum jobz, MORSE_enum uplo,
* @sa MORSE_dsyev_Tile_Async
* @sa MORSE_ssyev_Tile_Async
*
******************************************************************************/
*/
int MORSE_zheevd_Tile_Async( MORSE_enum jobz, MORSE_enum uplo,
MORSE_desc_t *A, double *W, MORSE_desc_t *T,
MORSE_sequence_t *sequence, MORSE_request_t *request )
......