Diff for /rpl/lapack/lapack/ztrti2.f between versions 1.9 and 1.14

version 1.9, 2011/11/21 22:19:59 version 1.14, 2016/08/27 15:35:12
Line 1 Line 1
 *> \brief \b ZTRTI2  *> \brief \b ZTRTI2 computes the inverse of a triangular matrix (unblocked algorithm).
 *  *
 *  =========== DOCUMENTATION ===========  *  =========== DOCUMENTATION ===========
 *  *
Line 103 Line 103
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date September 2012
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZTRTI2( UPLO, DIAG, N, A, LDA, INFO )        SUBROUTINE ZTRTI2( UPLO, DIAG, N, A, LDA, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.4.0) --  *  -- LAPACK computational routine (version 3.4.2) --
 *  -- 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..--
 *     November 2011  *     September 2012
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          DIAG, UPLO        CHARACTER          DIAG, UPLO

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


CVSweb interface <joel.bertrand@systella.fr>