version 1.11, 2014/01/27 09:28:13
|
version 1.13, 2016/08/27 15:37:53
|
Line 23
|
Line 23
|
*> |
*> |
*> \verbatim |
*> \verbatim |
*> |
*> |
*> IDAMAX finds the index of element having max. absolute value. |
*> IDAMAX finds the index of the first element having maximum absolute value. |
*> \endverbatim |
*> \endverbatim |
* |
* |
* Authors: |
* Authors: |
Line 34
|
Line 34
|
*> \author Univ. of Colorado Denver |
*> \author Univ. of Colorado Denver |
*> \author NAG Ltd. |
*> \author NAG Ltd. |
* |
* |
*> \date November 2011 |
*> \date November 2015 |
* |
* |
*> \ingroup aux_blas |
*> \ingroup aux_blas |
* |
* |
Line 51
|
Line 51
|
* ===================================================================== |
* ===================================================================== |
INTEGER FUNCTION IDAMAX(N,DX,INCX) |
INTEGER FUNCTION IDAMAX(N,DX,INCX) |
* |
* |
* -- Reference BLAS level1 routine (version 3.4.0) -- |
* -- Reference BLAS level1 routine (version 3.6.0) -- |
* -- 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..-- |
* November 2011 |
* November 2015 |
* |
* |
* .. Scalar Arguments .. |
* .. Scalar Arguments .. |
INTEGER INCX,N |
INTEGER INCX,N |