version 1.9, 2012/08/22 09:36:41
|
version 1.12, 2015/11/26 11:44:14
|
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 |