where is an -element real vector and is a real scalar.
4 References
Basic Linear Algebra Subprograms Technical (BLAST) Forum (2001) Basic Linear Algebra Subprograms Technical (BLAST) Forum Standard University of Tennessee, Knoxville, Tennessee http://www.netlib.org/blas/blast-forum/blas-report.pdf
5 Arguments
1:
n – IntegerInput
On entry: , the number of elements in .
Constraint:
.
2:
alpha – doubleInput
On entry: the scalar .
3:
x[] – doubleOutput
Note: the dimension, dim, of the array x
must be at least
.
On exit: the scalar is scattered with a stride of incx in x. Intermediate elements of x are unchanged.
4:
incx – IntegerInput
On entry: the increment in the subscripts of x between successive elements of .
Constraint:
.
5:
fail – NagError *Input/Output
The NAG error argument (see Section 3.6 in the Essential Introduction).