Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ zlacgv(3P) — Sun WorkShop 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

zlacgv(3P)

NAME

zlacgv - conjugate a complex vector of length N

SYNOPSIS

SUBROUTINE ZLACGV(
N, X, INCX )

void zlacgv(long int n, doublecomplex ∗zx, long int incx)

INTEGER INCX, N

COMPLEX∗16 X( ∗ )

PURPOSE

ZLACGV conjugates a complex vector of length N. 
 

ARGUMENTS

N       (input) INTEGER
The length of the vector X.  N >= 0.

X       (input/output) COMPLEX∗16 array, dimension
(1+(N-1)∗abs(INCX)) On entry, the vector of length N to be conjugated. On exit, X is overwritten with conjg(X).

INCX    (input) INTEGER
The spacing between successive elements of X.

Sun, Inc.  —  Last change: 20 Sep 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026