From 86da0273d1a0421490537d4827acf31ec3419c9d Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Wed, 7 Jun 2017 11:23:23 +0200 Subject: [PATCH] xGELSD; comment for array A: turn to \param[in,out] --- SRC/dgelsd.f | 2 +- SRC/sgelsd.f | 2 +- SRC/zgelsd.f | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SRC/dgelsd.f b/SRC/dgelsd.f index d24b255..c42cf1e 100644 --- a/SRC/dgelsd.f +++ b/SRC/dgelsd.f @@ -89,7 +89,7 @@ *> of the matrices B and X. NRHS >= 0. *> \endverbatim *> -*> \param[in] A +*> \param[in,out] A *> \verbatim *> A is DOUBLE PRECISION array, dimension (LDA,N) *> On entry, the M-by-N matrix A. diff --git a/SRC/sgelsd.f b/SRC/sgelsd.f index 91656a9..c32180b 100644 --- a/SRC/sgelsd.f +++ b/SRC/sgelsd.f @@ -89,7 +89,7 @@ *> of the matrices B and X. NRHS >= 0. *> \endverbatim *> -*> \param[in] A +*> \param[in,out] A *> \verbatim *> A is REAL array, dimension (LDA,N) *> On entry, the M-by-N matrix A. diff --git a/SRC/zgelsd.f b/SRC/zgelsd.f index ce57417..d671f19 100644 --- a/SRC/zgelsd.f +++ b/SRC/zgelsd.f @@ -90,7 +90,7 @@ *> of the matrices B and X. NRHS >= 0. *> \endverbatim *> -*> \param[in] A +*> \param[in,out] A *> \verbatim *> A is COMPLEX*16 array, dimension (LDA,N) *> On entry, the M-by-N matrix A. -- 2.7.4