NAG C Library Manual, Mark 26
NAG Library Manual, Mark 26
NAG AD Library Manual, Mark 26
a02 Chapter Contents
a02 Chapter Introduction
NAG C Library Function Document
nag_complex_add (a02cac)
Keyword Search:
NAG C Library Manual, Mark 26
NAG Library Manual, Mark 26
NAG AD Library Manual, Mark 26
a02 Chapter Contents
a02 Chapter Introduction
▸
▿
Contents
1
Purpose
2
Specification
3
Description
4
References
5
Arguments
6
Error Indicators and Warnings
7
Accuracy
8
Parallelism and Performance
9
Further Comments
10
Example
© The Numerical Algorithms Group Ltd. 2018
1
Purpose
nag_complex_add (a02cac)
adds two complex numbers.
2
Specification
#include <nag.h>
#include <naga02.h>
Complex
nag_complex_add (
Complex
v
,
Complex
w
)
3
Description
None.
4
References
None.
5
Arguments
1:
v
–
Complex
Input
On entry
: a valid complex number.
2:
w
–
Complex
Input
On entry
: a valid complex number.
6
Error Indicators and Warnings
None.
7
Accuracy
Not applicable.
8
Parallelism and Performance
nag_complex_add (a02cac)
is not threaded in any implementation.
9
Further Comments
None.
10
Example
See
Section 10
in
nag_complex (a02bac)
.
NAG C Library Manual, Mark 26
NAG Library Manual, Mark 26
NAG AD Library Manual, Mark 26
a02 Chapter Contents
a02 Chapter Introduction
© The Numerical Algorithms Group Ltd. 2018