Diff for /rpl/lapack/lapack/dtrttp.f between versions 1.14 and 1.15

version 1.14, 2017/06/17 11:06:38 version 1.15, 2018/05/29 06:55:22
Line 74 Line 74
 *>  *>
 *> \param[out] AP  *> \param[out] AP
 *> \verbatim  *> \verbatim
 *>          AP is DOUBLE PRECISION array, dimension (N*(N+1)/2  *>          AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
 *>          On exit, the upper or lower triangular matrix A, packed  *>          On exit, the upper or lower triangular matrix A, packed
 *>          columnwise in a linear array. The j-th column of A is stored  *>          columnwise in a linear array. The j-th column of A is stored
 *>          in the array AP as follows:  *>          in the array AP as follows:
Line 97 Line 97
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup doubleOTHERcomputational  *> \ingroup doubleOTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DTRTTP( UPLO, N, A, LDA, AP, INFO )        SUBROUTINE DTRTTP( UPLO, N, A, LDA, AP, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.7.1) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     December 2016  *     June 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO        CHARACTER          UPLO

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>