Diff for /rpl/lapack/blas/ztbsv.f between versions 1.15 and 1.16

version 1.15, 2018/05/29 07:19:43 version 1.16, 2023/08/07 08:38:46
Line 168 Line 168
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16_blas_level2  *> \ingroup complex16_blas_level2
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 189 Line 187
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)        SUBROUTINE ZTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
 *  *
 *  -- Reference BLAS level2 routine (version 3.7.0) --  *  -- Reference BLAS level2 routine --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --  *  -- Reference BLAS 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  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER INCX,K,LDA,N        INTEGER INCX,K,LDA,N
Line 427 Line 424
 *  *
       RETURN        RETURN
 *  *
 *     End of ZTBSV .  *     End of ZTBSV
 *  *
       END        END

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


CVSweb interface <joel.bertrand@systella.fr>