Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ clacgv(l) — Extended Math Library 3.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

CLACGV(l)  —  LAPACK auxiliary routine (version 2.0)

NAME

CLACGV - conjugate a complex vector of length N

SYNOPSIS

SUBROUTINE CLACGV(
N, X, INCX )

INTEGER INCX, N

COMPLEX X( ∗ )

PURPOSE

CLACGV conjugates a complex vector of length N. 
 

ARGUMENTS

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

X       (input/output) COMPLEX 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.

  —  LAPACK version 2.0  —  08 October 1994

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