nag_zsum (f16glc) sums the elements of a complex vector.
2 Specification
#include <nag.h>
#include <nagf16.h>
Complex
nag_zsum (Integer n,
const Complex x[],
Integer incx,
NagError *fail)
3 Description
nag_zsum (f16glc) returns the sum
of the elements of an -element complex vector .
If
on entry, nag_zsum (f16glc) returns the value .
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:
x[] – const ComplexInput
Note: the dimension, dim, of the array x
must be at least
.
On entry: the vector . Element
is stored in , for .
3:
incx – IntegerInput
On entry: the increment in the subscripts of x between successive elements of .
Constraint:
.
4:
fail – NagError *Input/Output
The NAG error argument (see Section 3.6 in the Essential Introduction).