NAME
zlacgv - conjugate a complex vector of length N
SYNOPSIS
SUBROUTINE ZLACGV( N, X, INCX )
INTEGER INCX, N
COMPLEX*16 X( * )
#include <sunperf.h>
void zlacgv(int n, doublecomplex *zx, int incx) ;
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.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |