diff --git a/compute/zbuild.c b/compute/zbuild.c index 8262d017bb1ebd8aad84d98a41395c034688f3b2..fe53d7b16d3597b2acdeeb5654b1cd45f1e863c0 100644 --- a/compute/zbuild.c +++ b/compute/zbuild.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -143,7 +144,8 @@ int MORSE_zbuild( MORSE_enum uplo, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -205,7 +207,8 @@ int MORSE_zbuild_Tile( MORSE_enum uplo, MORSE_desc_t *A, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgeadd.c b/compute/zgeadd.c index 9aea3d4c73bed941982ed456415e7b093a6da422..1f611a6243150edf908da5eb10fc45769bd6fa7f 100644 --- a/compute/zgeadd.c +++ b/compute/zgeadd.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -184,7 +185,8 @@ int MORSE_zgeadd(MORSE_enum trans, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -256,7 +258,8 @@ int MORSE_zgeadd_Tile(MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgelqf.c b/compute/zgelqf.c index 6fb6606b14c249906af6c883978856eb4afd65ca..c251d8f2fea2f1993f1b508c4b3817303a8a97f2 100644 --- a/compute/zgelqf.c +++ b/compute/zgelqf.c @@ -30,7 +30,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -146,7 +147,8 @@ int MORSE_zgelqf(int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -206,7 +208,8 @@ int MORSE_zgelqf_Tile(MORSE_desc_t *A, MORSE_desc_t *T) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgels.c b/compute/zgels.c index f80cc4ef65b4268e41b92453a924553020d5b610..56f816715530f2c73dcafecce005018a93d395d4 100644 --- a/compute/zgels.c +++ b/compute/zgels.c @@ -217,7 +217,8 @@ int MORSE_zgels(MORSE_enum trans, int M, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -294,7 +295,8 @@ int MORSE_zgels_Tile(MORSE_enum trans, MORSE_desc_t *A, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgemm.c b/compute/zgemm.c index 0f931d8dc4636d67112d7e452b522738c789731b..8837819afba925d9027b624541168ece84416eed 100644 --- a/compute/zgemm.c +++ b/compute/zgemm.c @@ -50,7 +50,8 @@ * */ -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -247,7 +248,8 @@ int MORSE_zgemm(MORSE_enum transA, MORSE_enum transB, int M, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -329,7 +331,8 @@ int MORSE_zgemm_Tile(MORSE_enum transA, MORSE_enum transB, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c index de992ffa755e19cac65af0dcb5cc62332ea68a4d..96ba98e4d3fb438b5b2546a29ce74e53e89b54ef 100644 --- a/compute/zgeqrf.c +++ b/compute/zgeqrf.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -145,7 +146,8 @@ int MORSE_zgeqrf(int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c index 32e618550fb35324d019990f64afa0a9eeca51fd..93be4bd81f9d5cdb523fc35e87109b4470590ddc 100644 --- a/compute/zgeqrs.c +++ b/compute/zgeqrs.c @@ -30,7 +30,8 @@ #include "control/common.h" #include <stdlib.h> -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -168,7 +169,8 @@ int MORSE_zgeqrs(int M, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -229,7 +231,8 @@ int MORSE_zgeqrs_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c index 02b1129c26bc3254c380fe70da57de57ae03add3..95f9f297c6408e846cbb87778f8474b8ee0d2a0b 100644 --- a/compute/zgesv_incpiv.c +++ b/compute/zgesv_incpiv.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -166,7 +167,8 @@ int MORSE_zgesv_incpiv(int N, int NRHS, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -233,7 +235,8 @@ int MORSE_zgesv_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_d return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c index 31735f19c856c8c77c8b03a6df813cd41d5e9310..563d05a20dbf65f93a4953814d96716584ddf266 100644 --- a/compute/zgesv_nopiv.c +++ b/compute/zgesv_nopiv.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -165,7 +166,8 @@ int MORSE_zgesv_nopiv(int N, int NRHS, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -225,7 +227,8 @@ int MORSE_zgesv_nopiv_Tile(MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgesvd.c b/compute/zgesvd.c index b2d7e48d430c43bfef24fbde3dbd6a404bc10620..968c0a01b427303b55a50c8574231d407222a849 100644 --- a/compute/zgesvd.c +++ b/compute/zgesvd.c @@ -31,7 +31,8 @@ #include <coreblas/lapacke.h> #endif -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -238,7 +239,8 @@ int MORSE_zgesvd(MORSE_enum jobu, MORSE_enum jobvt, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -362,7 +364,8 @@ int MORSE_zgesvd_Tile(MORSE_enum jobu, MORSE_enum jobvt, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c index 169fb67f05fd55e87abbdbe6e377d85fb1f48237..5d11df16cb79f118a18b9b2b11f51dc383dab206 100644 --- a/compute/zgetrf_incpiv.c +++ b/compute/zgetrf_incpiv.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -147,7 +148,8 @@ int MORSE_zgetrf_incpiv(int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -210,7 +212,8 @@ int MORSE_zgetrf_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c index ea987f595f701c29cf171e573311d2782f66b990..b951286e3612a14ad2bd37d4e4d172df6da11437 100644 --- a/compute/zgetrf_nopiv.c +++ b/compute/zgetrf_nopiv.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -143,7 +144,8 @@ int MORSE_zgetrf_nopiv(int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -198,7 +200,8 @@ int MORSE_zgetrf_nopiv_Tile(MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c index 63f9564a2fca9fa0a01d874abd33874343dfc420..12c62b69730791a7e4617f7e68767b34e9fb2631 100644 --- a/compute/zgetrs_incpiv.c +++ b/compute/zgetrs_incpiv.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -172,7 +173,8 @@ int MORSE_zgetrs_incpiv(MORSE_enum trans, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -236,7 +238,8 @@ int MORSE_zgetrs_incpiv_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_ return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c index 02b029146f903eba98da6b6b0a4722102a57046d..fe03bf1d99f05cc9bdaf32deaed70e149c6015c0 100644 --- a/compute/zgetrs_nopiv.c +++ b/compute/zgetrs_nopiv.c @@ -30,7 +30,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -166,7 +167,8 @@ int MORSE_zgetrs_nopiv(MORSE_enum trans, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -224,7 +226,8 @@ int MORSE_zgetrs_nopiv_Tile(MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zheevd.c b/compute/zheevd.c index e4a85b98b380b7217225252031dd29b7cb4a21c5..3780855dbd2e0e720146f9f53996fec68dbf1f6c 100644 --- a/compute/zheevd.c +++ b/compute/zheevd.c @@ -30,7 +30,8 @@ #include <coreblas/lapacke.h> #endif -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -175,7 +176,8 @@ int MORSE_zheevd(MORSE_enum jobz, MORSE_enum uplo, int N, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -267,7 +269,8 @@ int MORSE_zheevd_Tile(MORSE_enum jobz, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zhemm.c b/compute/zhemm.c index a9581e25a62a77ca307ee2250b95384aebfd9bcb..0d2d06e2f3d943381ebb80c574a12a4653907bc2 100644 --- a/compute/zhemm.c +++ b/compute/zhemm.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -210,7 +211,8 @@ int MORSE_zhemm(MORSE_enum side, MORSE_enum uplo, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -294,7 +296,8 @@ int MORSE_zhemm_Tile(MORSE_enum side, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zher2k.c b/compute/zher2k.c index 6dd8448041eb2c5bdc1de9aec24e3fadb65acc2c..6449931a2971b9d9d50c1d2905b41ba5f52c254c 100644 --- a/compute/zher2k.c +++ b/compute/zher2k.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -214,7 +215,8 @@ int MORSE_zher2k(MORSE_enum uplo, MORSE_enum trans, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -293,7 +295,8 @@ int MORSE_zher2k_Tile(MORSE_enum uplo, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zherk.c b/compute/zherk.c index b52cdff217dd0e6297c40ab209bf58241614b1cb..9b7416f5908298e0febdc9969cc6323a90f9a28a 100644 --- a/compute/zherk.c +++ b/compute/zherk.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -194,7 +195,8 @@ int MORSE_zherk(MORSE_enum uplo, MORSE_enum trans, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -268,7 +270,8 @@ int MORSE_zherk_Tile(MORSE_enum uplo, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zhetrd.c b/compute/zhetrd.c index e3390e8fb0f56e45a2c21e35288bbefc2ed79d94..e69bce8a9eb5f25e76f796a2cd2857f65df93daf 100644 --- a/compute/zhetrd.c +++ b/compute/zhetrd.c @@ -30,7 +30,8 @@ #include <coreblas/lapacke.h> #endif -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -189,7 +190,8 @@ int MORSE_zhetrd(MORSE_enum jobz, MORSE_enum uplo, int N, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -291,7 +293,8 @@ int MORSE_zhetrd_Tile(MORSE_enum jobz, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlacpy.c b/compute/zlacpy.c index c19edef30700232549a7caa946cc7085bb5f8e7b..3088442702a338f26aa23fbba300a5aa8e9bd9a9 100644 --- a/compute/zlacpy.c +++ b/compute/zlacpy.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -158,7 +159,8 @@ int MORSE_zlacpy(MORSE_enum uplo, int M, int N, return MORSE_SUCCESS; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -216,7 +218,8 @@ int MORSE_zlacpy_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B) return MORSE_SUCCESS; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlange.c b/compute/zlange.c index c48e992e2a01a3344e6a40863e4364323164e344..198dd8d98ef6d8ef746cab9526fd5b56e204edd3 100644 --- a/compute/zlange.c +++ b/compute/zlange.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -158,7 +159,8 @@ double MORSE_zlange(MORSE_enum norm, int M, int N, return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -215,7 +217,8 @@ double MORSE_zlange_Tile(MORSE_enum norm, MORSE_desc_t *A) return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlanhe.c b/compute/zlanhe.c index e03146bc65b14abd3c2e0c0d85a75539ea2501d8..033effa9a7698149af14eed661ffa323dc3baaa5 100644 --- a/compute/zlanhe.c +++ b/compute/zlanhe.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -158,7 +159,8 @@ double MORSE_zlanhe(MORSE_enum norm, MORSE_enum uplo, int N, return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -219,7 +221,8 @@ double MORSE_zlanhe_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A) return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlansy.c b/compute/zlansy.c index 5a141e1937c61f6fcab82419ba8fb455ace72cb0..35df4fc8912e33279b04fa6af22974ec005a1e11 100644 --- a/compute/zlansy.c +++ b/compute/zlansy.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -156,7 +157,8 @@ double MORSE_zlansy(MORSE_enum norm, MORSE_enum uplo, int N, return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -217,7 +219,8 @@ double MORSE_zlansy_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A) return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlantr.c b/compute/zlantr.c index 69563ac643ac00e1c2d08f7082eab70d1182bd9f..3f5e8f1eda3637f3c91541e8da96c816a732dbf6 100644 --- a/compute/zlantr.c +++ b/compute/zlantr.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -176,7 +177,8 @@ double MORSE_zlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag, return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -239,7 +241,8 @@ double MORSE_zlantr_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag, MORS return value; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlascal.c b/compute/zlascal.c index 7fba2b6ee94e810165747545fe309fef2018f860..c86ca1da02ebad9066a30f628521088f95ad0d94 100644 --- a/compute/zlascal.c +++ b/compute/zlascal.c @@ -14,7 +14,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -138,7 +139,8 @@ int MORSE_zlascal(MORSE_enum uplo, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -198,7 +200,8 @@ int MORSE_zlascal_Tile(MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlaset.c b/compute/zlaset.c index c90ba7526368db6e7438813d7b7ebfd08b39ad56..fab26797f9a563522dcb8d744d81070a9bc5dc0b 100644 --- a/compute/zlaset.c +++ b/compute/zlaset.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -149,7 +150,8 @@ int MORSE_zlaset(MORSE_enum uplo, int M, int N, return MORSE_SUCCESS; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -205,7 +207,8 @@ int MORSE_zlaset_Tile(MORSE_enum uplo, return MORSE_SUCCESS; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zlauum.c b/compute/zlauum.c index f96cab0c6b36d7894df2181d0fa5cdc6bddcdcaa..148344fa0fe58292d43b77446e39434ec721e82d 100644 --- a/compute/zlauum.c +++ b/compute/zlauum.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -145,7 +146,8 @@ int MORSE_zlauum(MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -207,7 +209,8 @@ int MORSE_zlauum_Tile(MORSE_enum uplo, MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zplghe.c b/compute/zplghe.c index d7c884989890c5bc30ea21ab762242c004a3a123..0d7af992710735c1e17462eb6e5d6d8f71bb6c36 100644 --- a/compute/zplghe.c +++ b/compute/zplghe.c @@ -31,7 +31,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -129,7 +130,8 @@ int MORSE_zplghe( double bump, MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -190,7 +192,8 @@ int MORSE_zplghe_Tile( double bump, MORSE_enum uplo, MORSE_desc_t *A, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zplgsy.c b/compute/zplgsy.c index 3684d39dca07057d90d9d58cf09edcbd2b4c837a..7c8e8aeda0f5d1e96d384d40b529751a266875c8 100644 --- a/compute/zplgsy.c +++ b/compute/zplgsy.c @@ -31,7 +31,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -129,7 +130,8 @@ int MORSE_zplgsy( MORSE_Complex64_t bump, MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -191,7 +193,8 @@ int MORSE_zplgsy_Tile( MORSE_Complex64_t bump, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zplrnt.c b/compute/zplrnt.c index 707469c9eb10c99f4ffead2d911280dcfff218e1..45e141e11fb5191fe9b2d40b94c7f7a58904f278 100644 --- a/compute/zplrnt.c +++ b/compute/zplrnt.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -126,7 +127,8 @@ int MORSE_zplrnt( int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -181,7 +183,8 @@ int MORSE_zplrnt_Tile( MORSE_desc_t *A, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zposv.c b/compute/zposv.c index b0c9cb25d7a8b551c16419cba70aa33ce9e7ecf6..c680794228ee73f84e4c0012772bc1ef14d8d10d 100644 --- a/compute/zposv.c +++ b/compute/zposv.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -179,7 +180,8 @@ int MORSE_zposv(MORSE_enum uplo, int N, int NRHS, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -251,7 +253,8 @@ int MORSE_zposv_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zpotrf.c b/compute/zpotrf.c index e69c04b8605ca4df2a1f2e77ecc42123e22082e3..0a04fbe344b863671897d23c027cdf5ba8653ac3 100644 --- a/compute/zpotrf.c +++ b/compute/zpotrf.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -152,7 +153,8 @@ int MORSE_zpotrf(MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -219,7 +221,8 @@ int MORSE_zpotrf_Tile(MORSE_enum uplo, MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zpotri.c b/compute/zpotri.c index 5581e027475583c814e6f1693ad944c2870d27e8..17cccb8efa5788f31d887f80603b78213435b133 100644 --- a/compute/zpotri.c +++ b/compute/zpotri.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -142,7 +143,8 @@ int MORSE_zpotri(MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -207,7 +209,8 @@ int MORSE_zpotri_Tile(MORSE_enum uplo, MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c index c779d47c6c9d285de923c001ea9930e98ccd6e8a..6fda215ad8536a166bd727f2ab6080ed01bc08d3 100644 --- a/compute/zpotrimm.c +++ b/compute/zpotrimm.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -160,7 +161,8 @@ int MORSE_zpotrimm(MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -225,7 +227,8 @@ int MORSE_zpotrimm_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zpotrs.c b/compute/zpotrs.c index 13309e1c524623bdaa8b87b3d783ab9e616acba3..8f07ca3551057b321537c14cf40dc5bd91036704 100644 --- a/compute/zpotrs.c +++ b/compute/zpotrs.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -163,7 +164,8 @@ int MORSE_zpotrs(MORSE_enum uplo, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -226,7 +228,8 @@ int MORSE_zpotrs_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsymm.c b/compute/zsymm.c index 3bd567a9e486c3eb9f319d6cec1f35e26e332dcd..2f8a36c51be61c44f1b4774addbae8fb0c9da241 100644 --- a/compute/zsymm.c +++ b/compute/zsymm.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -210,7 +211,8 @@ int MORSE_zsymm(MORSE_enum side, MORSE_enum uplo, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -294,7 +296,8 @@ int MORSE_zsymm_Tile(MORSE_enum side, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c index bc098a162414536c726763b6f341f0b5b826eb5f..09faf804e402f8549d4983ba46b15a7a4002a48b 100644 --- a/compute/zsyr2k.c +++ b/compute/zsyr2k.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -214,7 +215,8 @@ int MORSE_zsyr2k(MORSE_enum uplo, MORSE_enum trans, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -293,7 +295,8 @@ int MORSE_zsyr2k_Tile(MORSE_enum uplo, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsyrk.c b/compute/zsyrk.c index 3623506f22dba7f484f5e63f5b0399a62b2f0af4..0c08e322208f4852ea09fb31bec69f026eff3002 100644 --- a/compute/zsyrk.c +++ b/compute/zsyrk.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -194,7 +195,8 @@ int MORSE_zsyrk(MORSE_enum uplo, MORSE_enum trans, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -268,7 +270,8 @@ int MORSE_zsyrk_Tile(MORSE_enum uplo, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsysv.c b/compute/zsysv.c index db51e5c515299716402007d979312469279f75f1..a729ee7a784644db24699c0ad734cacc5b9bc83c 100644 --- a/compute/zsysv.c +++ b/compute/zsysv.c @@ -31,7 +31,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -176,7 +177,8 @@ int MORSE_zsysv(MORSE_enum uplo, int N, int NRHS, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -244,7 +246,8 @@ int MORSE_zsysv_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsytrf.c b/compute/zsytrf.c index c157d1248004068d209507dac66451ce7122fb9a..07070bbe69a79f1c82b2397daff42791a61f444a 100644 --- a/compute/zsytrf.c +++ b/compute/zsytrf.c @@ -25,7 +25,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -147,7 +148,8 @@ int MORSE_zsytrf(MORSE_enum uplo, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -208,7 +210,8 @@ int MORSE_zsytrf_Tile(MORSE_enum uplo, MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zsytrs.c b/compute/zsytrs.c index 508d404c634dbb376946ea5591b18021c34563fb..bd2c371855e26945f58b7e8fba72a206f3ca7237 100644 --- a/compute/zsytrs.c +++ b/compute/zsytrs.c @@ -31,7 +31,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -162,7 +163,8 @@ int MORSE_zsytrs(MORSE_enum uplo, int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -222,7 +224,8 @@ int MORSE_zsytrs_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztile.c b/compute/ztile.c index 5d95c523d3207505aa71a833088414ab7410d59f..1bba015ddcb091acf3296fde80a532c1a6d50162 100644 --- a/compute/ztile.c +++ b/compute/ztile.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/******************************************************************************* +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -90,7 +91,8 @@ int MORSE_zLapack_to_Tile(MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *A) return status; } -/******************************************************************************* +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * @@ -152,7 +154,8 @@ int MORSE_zLapack_to_Tile_Async(MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t * return MORSE_SUCCESS; } -/******************************************************************************* +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -214,7 +217,8 @@ int MORSE_zTile_to_Lapack(MORSE_desc_t *A, MORSE_Complex64_t *Af77, int LDA) return status; } -/******************************************************************************* +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztradd.c b/compute/ztradd.c index d35eb823c13d08cfb25848e724d2054036aa8532..5c4663a2307bc9862dd2c5d63bfce679dddbd69a 100644 --- a/compute/ztradd.c +++ b/compute/ztradd.c @@ -26,7 +26,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -194,7 +195,8 @@ int MORSE_ztradd(MORSE_enum uplo, MORSE_enum trans, int M, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -272,7 +274,8 @@ int MORSE_ztradd_Tile(MORSE_enum uplo, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztrmm.c b/compute/ztrmm.c index 17e5d44039b514938445003df3a9c13ed7b125ba..0758498bdaf532e567824bb1b2ab18e60233d1da 100644 --- a/compute/ztrmm.c +++ b/compute/ztrmm.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -207,7 +208,8 @@ int MORSE_ztrmm(MORSE_enum side, MORSE_enum uplo, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -294,7 +296,8 @@ int MORSE_ztrmm_Tile(MORSE_enum side, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztrsm.c b/compute/ztrsm.c index 5a6b21980c2166cc4f9cd083074b2c59a4a566d7..b43e550cf501173c94117e10787159a0bab413cb 100644 --- a/compute/ztrsm.c +++ b/compute/ztrsm.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -205,7 +206,8 @@ int MORSE_ztrsm(MORSE_enum side, MORSE_enum uplo, morse_sequence_destroy(morse, sequence); return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -292,7 +294,8 @@ int MORSE_ztrsm_Tile(MORSE_enum side, MORSE_enum uplo, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c index 86ef9bb4d3bffa2f0d228fe147e79927bb0d82de..668c267a57ca28f8215dfd671eb29281d6e5e6d7 100644 --- a/compute/ztrsmpl.c +++ b/compute/ztrsmpl.c @@ -29,7 +29,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -160,7 +161,8 @@ int MORSE_ztrsmpl(int N, int NRHS, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -221,7 +223,8 @@ int MORSE_ztrsmpl_Tile(MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/ztrtri.c b/compute/ztrtri.c index 28cab09ef59ac5d24e8642972c909a57cf8c0e9d..6e13d21b5dc78d3203969bb6435dcfad5ecb6dbe 100644 --- a/compute/ztrtri.c +++ b/compute/ztrtri.c @@ -28,7 +28,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -154,7 +155,8 @@ int MORSE_ztrtri(MORSE_enum uplo, MORSE_enum diag, int N, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -226,7 +228,8 @@ int MORSE_ztrtri_Tile(MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zunglq.c b/compute/zunglq.c index 0ee4758b652a79c973ae9c54278ca92be62c155c..cb32b7a1e576a918aa56b6d1de6bab4a664341c9 100644 --- a/compute/zunglq.c +++ b/compute/zunglq.c @@ -30,7 +30,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -166,7 +167,8 @@ int MORSE_zunglq(int M, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -223,7 +225,8 @@ int MORSE_zunglq_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zungqr.c b/compute/zungqr.c index 122b1b911adce9a201c93dbfcc62a9c41ef6405a..e29151b14ca6ff8aeaa9dcc4713bdbae162d568d 100644 --- a/compute/zungqr.c +++ b/compute/zungqr.c @@ -30,7 +30,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -165,7 +166,8 @@ int MORSE_zungqr(int M, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -222,7 +224,8 @@ int MORSE_zungqr_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q) return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async * diff --git a/compute/zunmqr.c b/compute/zunmqr.c index a32d603674ffd69e6baf2dc2175d923a6b0dd808..320ed0727875fda2c05836963a8a5a0d223cfc04 100644 --- a/compute/zunmqr.c +++ b/compute/zunmqr.c @@ -30,7 +30,8 @@ **/ #include "control/common.h" -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t * @@ -207,7 +208,8 @@ int MORSE_zunmqr(MORSE_enum side, MORSE_enum trans, int M, int N, int K, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile * @@ -280,7 +282,8 @@ int MORSE_zunmqr_Tile(MORSE_enum side, MORSE_enum trans, return status; } -/***************************************************************************//** +/** + ******************************************************************************** * * @ingroup MORSE_Complex64_t_Tile_Async *