The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

clacgv (3)
  • >> clacgv (3) ( Solaris man: Библиотечные вызовы )
  • 
    NAME
         clacgv - conjugate a complex vector of length N
    
    SYNOPSIS
         SUBROUTINE CLACGV( N, X, INCX )
    
         INTEGER INCX, N
    
         COMPLEX X( * )
    
    
    
         #include <sunperf.h>
    
         void clacgv(int n, complex *cx, int incx) ;
    
    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.
    
    
    
    


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру