Fixed comments in (c,z)lahef.f and (c,z)lahef_rook.f
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Sat, 20 Apr 2013 01:50:26 +0000 (01:50 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Sat, 20 Apr 2013 01:50:26 +0000 (01:50 +0000)
SRC/clahef.f
SRC/clahef_rook.f
SRC/zlahef.f
SRC/zlahef_rook.f

index 9ba5694b79e5d6ae5339700fd018b04164b949f2..20ffb392c3b8785d7b3b462e03e684ad4c82d475 100644 (file)
@@ -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 ===========
 *
 *
 *                 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) =
 *
 *                 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) =
index 951e844425050d6426e6b91239539c061bbc55f2..b55c7705f12d94a544359ac8cf5b7415a260b854 100644 (file)
@@ -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 ===========
 *
 *>
 *> \verbatim
 *>
-*>  November 2012,  Igor Kozachenko,
+*>  November 2012, Igor Kozachenko,
 *>                  Computer Science Division,
 *>                  University of California, Berkeley
 *>
 *
 *                 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) =
 *
 *                 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) =
index b7d5e47a819e27bc96fe9b89df215d62666a23ed..2755ffd8b09efbce1c4eccb807eaa58560d3981f 100644 (file)
@@ -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 ===========
 *
 *
 *                 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) =
 *
 *                 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) =
index 4d355fed94f771917fe03eb1f6ead4a91c5654bf..01713a58a4e38a0675836f0e3345b04a4e387fd0 100644 (file)
@@ -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 ===========
 *
 *
 *                 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) =
 *
 *                 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) =