--- rpl/lapack/lapack/zlacrm.f 2011/11/21 22:19:51 1.9 +++ rpl/lapack/lapack/zlacrm.f 2017/06/17 10:54:18 1.15 @@ -1,25 +1,25 @@ -*> \brief \b ZLACRM +*> \brief \b ZLACRM multiplies a complex matrix by a square real matrix. * * =========== DOCUMENTATION =========== * -* Online html documentation available at -* http://www.netlib.org/lapack/explore-html/ +* Online html documentation available at +* http://www.netlib.org/lapack/explore-html/ * *> \htmlonly -*> Download ZLACRM + dependencies -*> -*> [TGZ] -*> -*> [ZIP] -*> +*> Download ZLACRM + dependencies +*> +*> [TGZ] +*> +*> [ZIP] +*> *> [TXT] -*> \endhtmlonly +*> \endhtmlonly * * Definition: * =========== * * SUBROUTINE ZLACRM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) -* +* * .. Scalar Arguments .. * INTEGER LDA, LDB, LDC, M, N * .. @@ -27,7 +27,7 @@ * DOUBLE PRECISION B( LDB, * ), RWORK( * ) * COMPLEX*16 A( LDA, * ), C( LDC, * ) * .. -* +* * *> \par Purpose: * ============= @@ -61,7 +61,7 @@ *> \param[in] A *> \verbatim *> A is COMPLEX*16 array, dimension (LDA, N) -*> A contains the M by N matrix A. +*> On entry, A contains the M by N matrix A. *> \endverbatim *> *> \param[in] LDA @@ -73,7 +73,7 @@ *> \param[in] B *> \verbatim *> B is DOUBLE PRECISION array, dimension (LDB, N) -*> B contains the N by N matrix B. +*> On entry, B contains the N by N matrix B. *> \endverbatim *> *> \param[in] LDB @@ -82,10 +82,10 @@ *> The leading dimension of the array B. LDB >=max(1,N). *> \endverbatim *> -*> \param[in] C +*> \param[out] C *> \verbatim *> C is COMPLEX*16 array, dimension (LDC, N) -*> C contains the M by N matrix C. +*> On exit, C contains the M by N matrix C. *> \endverbatim *> *> \param[in] LDC @@ -102,22 +102,22 @@ * Authors: * ======== * -*> \author Univ. of Tennessee -*> \author Univ. of California Berkeley -*> \author Univ. of Colorado Denver -*> \author NAG Ltd. +*> \author Univ. of Tennessee +*> \author Univ. of California Berkeley +*> \author Univ. of Colorado Denver +*> \author NAG Ltd. * -*> \date November 2011 +*> \date December 2016 * *> \ingroup complex16OTHERauxiliary * * ===================================================================== SUBROUTINE ZLACRM( M, N, A, LDA, B, LDB, C, LDC, RWORK ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.7.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* December 2016 * * .. Scalar Arguments .. INTEGER LDA, LDB, LDC, M, N