From a50f292ada846e0c61695172ce53df57e6de0c7c Mon Sep 17 00:00:00 2001 From: igor175 Date: Sat, 20 Apr 2013 01:50:26 +0000 Subject: [PATCH] Fixed comments in (c,z)lahef.f and (c,z)lahef_rook.f --- SRC/clahef.f | 6 +++--- SRC/clahef_rook.f | 8 ++++---- SRC/zlahef.f | 6 +++--- SRC/zlahef_rook.f | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/SRC/clahef.f b/SRC/clahef.f index 9ba5694..20ffb39 100644 --- a/SRC/clahef.f +++ b/SRC/clahef.f @@ -1,4 +1,4 @@ -*> \brief \b CLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method. +*> \brief \b CLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). * * =========== DOCUMENTATION =========== * @@ -428,7 +428,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = @@ -739,7 +739,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = diff --git a/SRC/clahef_rook.f b/SRC/clahef_rook.f index 951e844..b55c770 100644 --- a/SRC/clahef_rook.f +++ b/SRC/clahef_rook.f @@ -1,4 +1,4 @@ -* \brief \b CLAHEF_ROOK computes a partial factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. +* \brief \b CLAHEF_ROOK computes a partial factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). * * =========== DOCUMENTATION =========== * @@ -171,7 +171,7 @@ *> *> \verbatim *> -*> November 2012, Igor Kozachenko, +*> November 2012, Igor Kozachenko, *> Computer Science Division, *> University of California, Berkeley *> @@ -548,7 +548,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = @@ -975,7 +975,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(k) W(k+1) ) by +* of FLOPS when we multiply panel ( W(k) W(k+1) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = diff --git a/SRC/zlahef.f b/SRC/zlahef.f index b7d5e47..2755ffd 100644 --- a/SRC/zlahef.f +++ b/SRC/zlahef.f @@ -1,4 +1,4 @@ -*> \brief \b ZLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method. +*> \brief \b ZLAHEF computes a partial factorization of a complex Hermitian indefinite matrix using the Bunch-Kaufman diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). * * =========== DOCUMENTATION =========== * @@ -428,7 +428,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = @@ -747,7 +747,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = diff --git a/SRC/zlahef_rook.f b/SRC/zlahef_rook.f index 4d355fe..01713a5 100644 --- a/SRC/zlahef_rook.f +++ b/SRC/zlahef_rook.f @@ -1,4 +1,4 @@ -* \brief \b ZLAHEF_ROOK computes a partial factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. +* \brief \b ZLAHEF_ROOK computes a partial factorization of a complex Hermitian indefinite matrix using the bounded Bunch-Kaufman ("rook") diagonal pivoting method (blocked algorithm, calling Level 3 BLAS). * * =========== DOCUMENTATION =========== * @@ -548,7 +548,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(kw-1) W(kw) ) by +* of FLOPS when we multiply panel ( W(kw-1) W(kw) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = @@ -975,7 +975,7 @@ * * Compose the columns of the inverse of 2-by-2 pivot * block D in the following way to reduce the number -* of FLOPS when we myltiply panel ( W(k) W(k+1) ) by +* of FLOPS when we multiply panel ( W(k) W(k+1) ) by * this inverse * * D**(-1) = ( d11 cj(d21) )**(-1) = -- 2.7.4