Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
978a5d43
Commit
978a5d43
authored
Feb 08, 2019
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup OpenMP codelet and doc
parent
fa6d78a3
Changes
227
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
245 additions
and
415 deletions
+245
-415
compute/zbuild.c
compute/zbuild.c
+3
-5
compute/zgeadd.c
compute/zgeadd.c
+2
-4
compute/zgelqf.c
compute/zgelqf.c
+3
-5
compute/zgelqf_param.c
compute/zgelqf_param.c
+3
-5
compute/zgelqs.c
compute/zgelqs.c
+3
-5
compute/zgelqs_param.c
compute/zgelqs_param.c
+3
-5
compute/zgels.c
compute/zgels.c
+3
-5
compute/zgels_param.c
compute/zgels_param.c
+3
-5
compute/zgemm.c
compute/zgemm.c
+2
-4
compute/zgeqrf.c
compute/zgeqrf.c
+3
-5
compute/zgeqrf_param.c
compute/zgeqrf_param.c
+3
-5
compute/zgeqrs.c
compute/zgeqrs.c
+3
-5
compute/zgeqrs_param.c
compute/zgeqrs_param.c
+3
-5
compute/zgesv_incpiv.c
compute/zgesv_incpiv.c
+5
-7
compute/zgesv_nopiv.c
compute/zgesv_nopiv.c
+5
-7
compute/zgesvd.c
compute/zgesvd.c
+3
-5
compute/zgetrf_incpiv.c
compute/zgetrf_incpiv.c
+5
-7
compute/zgetrf_nopiv.c
compute/zgetrf_nopiv.c
+5
-7
compute/zgetrs_incpiv.c
compute/zgetrs_incpiv.c
+3
-5
compute/zgetrs_nopiv.c
compute/zgetrs_nopiv.c
+3
-5
compute/zheevd.c
compute/zheevd.c
+6
-8
compute/zhemm.c
compute/zhemm.c
+2
-4
compute/zher2k.c
compute/zher2k.c
+2
-4
compute/zherk.c
compute/zherk.c
+2
-4
compute/zhetrd.c
compute/zhetrd.c
+6
-8
compute/zlacpy.c
compute/zlacpy.c
+1
-2
compute/zlange.c
compute/zlange.c
+2
-4
compute/zlanhe.c
compute/zlanhe.c
+2
-4
compute/zlansy.c
compute/zlansy.c
+2
-4
compute/zlantr.c
compute/zlantr.c
+2
-4
compute/zlascal.c
compute/zlascal.c
+2
-4
compute/zlaset.c
compute/zlaset.c
+1
-2
compute/zlauum.c
compute/zlauum.c
+3
-5
compute/zplghe.c
compute/zplghe.c
+3
-5
compute/zplgsy.c
compute/zplgsy.c
+3
-5
compute/zplrnt.c
compute/zplrnt.c
+3
-5
compute/zposv.c
compute/zposv.c
+5
-7
compute/zpotrf.c
compute/zpotrf.c
+5
-7
compute/zpotri.c
compute/zpotri.c
+5
-7
compute/zpotrimm.c
compute/zpotrimm.c
+5
-7
compute/zpotrs.c
compute/zpotrs.c
+3
-5
compute/zsymm.c
compute/zsymm.c
+2
-4
compute/zsyr2k.c
compute/zsyr2k.c
+2
-4
compute/zsyrk.c
compute/zsyrk.c
+2
-4
compute/zsysv.c
compute/zsysv.c
+3
-5
compute/zsytrf.c
compute/zsytrf.c
+4
-6
compute/zsytrs.c
compute/zsytrs.c
+3
-5
compute/ztile.c
compute/ztile.c
+2
-4
compute/ztpgqrt.c
compute/ztpgqrt.c
+3
-5
compute/ztpqrt.c
compute/ztpqrt.c
+3
-5
compute/ztradd.c
compute/ztradd.c
+2
-4
compute/ztrmm.c
compute/ztrmm.c
+3
-5
compute/ztrsm.c
compute/ztrsm.c
+3
-5
compute/ztrsmpl.c
compute/ztrsmpl.c
+3
-5
compute/ztrtri.c
compute/ztrtri.c
+5
-7
compute/zunglq.c
compute/zunglq.c
+3
-5
compute/zunglq_param.c
compute/zunglq_param.c
+3
-5
compute/zungqr.c
compute/zungqr.c
+3
-5
compute/zungqr_param.c
compute/zungqr_param.c
+3
-5
compute/zunmlq.c
compute/zunmlq.c
+3
-5
compute/zunmlq_param.c
compute/zunmlq_param.c
+3
-5
compute/zunmqr.c
compute/zunmqr.c
+3
-5
compute/zunmqr_param.c
compute/zunmqr_param.c
+3
-5
control/async.c
control/async.c
+4
-8
control/auxiliary.c
control/auxiliary.c
+3
-6
control/context.c
control/context.c
+4
-8
control/control.c
control/control.c
+5
-10
control/descriptor.c
control/descriptor.c
+4
-8
control/tile.c
control/tile.c
+2
-4
control/workspace.c
control/workspace.c
+1
-2
control/workspace_z.c
control/workspace_z.c
+19
-38
coreblas/compute/core_zaxpy.c
coreblas/compute/core_zaxpy.c
+2
-3
coreblas/compute/core_zgeadd.c
coreblas/compute/core_zgeadd.c
+2
-3
coreblas/compute/core_zgelqt.c
coreblas/compute/core_zgelqt.c
+2
-3
coreblas/compute/core_zgeqrt.c
coreblas/compute/core_zgeqrt.c
+2
-3
No files found.
compute/zbuild.c
View file @
978a5d43
...
...
@@ -66,9 +66,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -175,8 +174,7 @@ int CHAMELEON_zbuild( cham_uplo_t uplo, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgeadd.c
View file @
978a5d43
...
...
@@ -75,8 +75,7 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
@@ -211,8 +210,7 @@ int CHAMELEON_zgeadd( cham_trans_t trans, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgelqf.c
View file @
978a5d43
...
...
@@ -56,9 +56,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -165,8 +164,7 @@ int CHAMELEON_zgelqf( int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgelqf_param.c
View file @
978a5d43
...
...
@@ -54,9 +54,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -164,8 +163,7 @@ int CHAMELEON_zgelqf_param( const libhqr_tree_t *qrtree, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgelqs.c
View file @
978a5d43
...
...
@@ -62,9 +62,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -186,8 +185,7 @@ int CHAMELEON_zgelqs( int M, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgelqs_param.c
View file @
978a5d43
...
...
@@ -64,9 +64,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -192,8 +191,7 @@ int CHAMELEON_zgelqs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgels.c
View file @
978a5d43
...
...
@@ -89,9 +89,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -244,8 +243,7 @@ int CHAMELEON_zgels( cham_trans_t trans, int M, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \return CHAMELEON_SUCCESS successful exit
* @return CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgels_param.c
View file @
978a5d43
...
...
@@ -92,9 +92,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -250,8 +249,7 @@ int CHAMELEON_zgels_param( const libhqr_tree_t *qrtree, cham_trans_t trans, int
*
*******************************************************************************
*
* @return
* \return CHAMELEON_SUCCESS successful exit
* @return CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgemm.c
View file @
978a5d43
...
...
@@ -114,8 +114,7 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
@@ -283,8 +282,7 @@ int CHAMELEON_zgemm( cham_trans_t transA, cham_trans_t transB, int M, int N, int
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgeqrf.c
View file @
978a5d43
...
...
@@ -55,9 +55,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -164,8 +163,7 @@ int CHAMELEON_zgeqrf( int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgeqrf_param.c
View file @
978a5d43
...
...
@@ -59,9 +59,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -173,8 +172,7 @@ int CHAMELEON_zgeqrf_param( const libhqr_tree_t *qrtree, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgeqrs.c
View file @
978a5d43
...
...
@@ -62,9 +62,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -185,8 +184,7 @@ int CHAMELEON_zgeqrs( int M, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgeqrs_param.c
View file @
978a5d43
...
...
@@ -58,9 +58,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -182,8 +181,7 @@ int CHAMELEON_zgeqrs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgesv_incpiv.c
View file @
978a5d43
...
...
@@ -67,10 +67,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, so the solution could not be computed.
*
*******************************************************************************
...
...
@@ -189,9 +188,8 @@ int CHAMELEON_zgesv_incpiv( int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, so the solution could not be computed.
*
*******************************************************************************
...
...
compute/zgesv_nopiv.c
View file @
978a5d43
...
...
@@ -66,10 +66,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, so the solution could not be computed.
*
*******************************************************************************
...
...
@@ -179,9 +178,8 @@ int CHAMELEON_zgesv_nopiv( int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, so the solution could not be computed.
*
*******************************************************************************
...
...
compute/zgesvd.c
View file @
978a5d43
...
...
@@ -129,9 +129,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -318,8 +317,7 @@ int CHAMELEON_zgesvd( cham_job_t jobu, cham_job_t jobvt,
*
*******************************************************************************
*
* @return
* \return CHAMELEON_SUCCESS successful exit
* @return CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgetrf_incpiv.c
View file @
978a5d43
...
...
@@ -56,10 +56,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, and division by zero will occur
* if it is used to solve a system of equations.
*
...
...
@@ -166,9 +165,8 @@ int CHAMELEON_zgetrf_incpiv( int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, and division by zero will occur
* if it is used to solve a system of equations.
*
...
...
compute/zgetrf_nopiv.c
View file @
978a5d43
...
...
@@ -50,10 +50,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been
* completed, but the factor U is exactly singular, and division
* by zero will occur if it is used to solve a system of
* equations.
...
...
@@ -151,9 +150,8 @@ int CHAMELEON_zgetrf_nopiv( int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* @retval CHAMELEON_SUCCESS successful exit
* @retval >0 if i, U(i,i) is exactly zero. The factorization has been completed,
* but the factor U is exactly singular, and division by zero will occur
* if it is used to solve a system of equations.
*
...
...
compute/zgetrs_incpiv.c
View file @
978a5d43
...
...
@@ -69,9 +69,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \return <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @return <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -194,8 +193,7 @@ int CHAMELEON_zgetrs_incpiv( cham_trans_t trans, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zgetrs_nopiv.c
View file @
978a5d43
...
...
@@ -64,9 +64,8 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \return <0 if -i, the i-th argument had an illegal value
* @retval CHAMELEON_SUCCESS successful exit
* @return <0 if -i, the i-th argument had an illegal value
*
*******************************************************************************
*
...
...
@@ -181,8 +180,7 @@ int CHAMELEON_zgetrs_nopiv( cham_trans_t trans, int N, int NRHS,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zheevd.c
View file @
978a5d43
...
...
@@ -79,10 +79,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if INFO = i, the algorithm failed to converge; i
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if INFO = i, the algorithm failed to converge; i
* off-diagonal elements of an intermediate tridiagonal
* form did not converge to zero.
*
...
...
@@ -219,10 +218,9 @@ int CHAMELEON_zheevd( cham_job_t jobz, cham_uplo_t uplo, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if INFO = i, the algorithm failed to converge; i
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if INFO = i, the algorithm failed to converge; i
* off-diagonal elements of an intermediate tridiagonal
* form did not converge to zero.
*
...
...
compute/zhemm.c
View file @
978a5d43
...
...
@@ -90,8 +90,7 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
@@ -248,8 +247,7 @@ int CHAMELEON_zhemm( cham_side_t side, cham_uplo_t uplo, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zher2k.c
View file @
978a5d43
...
...
@@ -92,8 +92,7 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
@@ -249,8 +248,7 @@ int CHAMELEON_zher2k( cham_uplo_t uplo, cham_trans_t trans, int N, int K,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zherk.c
View file @
978a5d43
...
...
@@ -82,8 +82,7 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
@@ -225,8 +224,7 @@ int CHAMELEON_zherk( cham_uplo_t uplo, cham_trans_t trans, int N, int K,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zhetrd.c
View file @
978a5d43
...
...
@@ -92,10 +92,9 @@
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if INFO = i, the algorithm failed to converge; i
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if INFO = i, the algorithm failed to converge; i
* off-diagonal elements of an intermediate tridiagonal
* form did not converge to zero.
*
...
...
@@ -245,10 +244,9 @@ int CHAMELEON_zhetrd( cham_job_t jobz, cham_uplo_t uplo, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* \retval <0 if -i, the i-th argument had an illegal value
* \retval >0 if INFO = i, the algorithm failed to converge; i
* @retval CHAMELEON_SUCCESS successful exit
* @retval <0 if -i, the i-th argument had an illegal value
* @retval >0 if INFO = i, the algorithm failed to converge; i
* off-diagonal elements of an intermediate tridiagonal
* form did not converge to zero.
*
...
...
compute/zlacpy.c
View file @
978a5d43
...
...
@@ -180,8 +180,7 @@ int CHAMELEON_zlacpy( cham_uplo_t uplo, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zlange.c
View file @
978a5d43
...
...
@@ -66,8 +66,7 @@
*
*******************************************************************************
*
* @return
* \retval the norm described above.
* @retval the norm described above.
*
*******************************************************************************
*
...
...
@@ -176,8 +175,7 @@ double CHAMELEON_zlange(cham_normtype_t norm, int M, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zlanhe.c
View file @
978a5d43
...
...
@@ -66,8 +66,7 @@
*
*******************************************************************************
*
* @return
* \retval the norm described above.
* @retval the norm described above.
*
*******************************************************************************
*
...
...
@@ -180,8 +179,7 @@ double CHAMELEON_zlanhe(cham_normtype_t norm, cham_uplo_t uplo, int N,
*
*******************************************************************************
*
* @return
* \retval CHAMELEON_SUCCESS successful exit
* @retval CHAMELEON_SUCCESS successful exit
*
*******************************************************************************
*
...
...
compute/zlansy.c
View file @
978a5d43
...
...
@@ -66,8 +66,7 @@
*