![]() |
![]()
| ![]() |
![]()
NAMEsum1 - sum1: sum | x_i | (in LAPACK) SYNOPSISFunctionsdouble precision function dzsum1 (n, cx, incx)
Detailed DescriptionFunction Documentationdouble precision function dzsum1 (integer n, complex*16, dimension( * ) cx, integer incx)DZSUM1 forms the 1-norm of the complex vector using the true absolute value. Purpose:
Parameters N
CX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Nick Higham for use with ZLACON.
Definition at line 80 of file dzsum1.f. real function scsum1 (integer n, complex, dimension( * ) cx, integer incx)SCSUM1 forms the 1-norm of the complex vector using the true absolute value. Purpose:
Parameters N
CX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Nick Higham for use with CLACON.
Definition at line 80 of file scsum1.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|