Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cswap(3) [centos man page]

cswap.f(3)							      LAPACK								cswap.f(3)

NAME
cswap.f - SYNOPSIS
Functions/Subroutines subroutine cswap (N, CX, INCX, CY, INCY) CSWAP Function/Subroutine Documentation subroutine cswap (integerN, complex, dimension(*)CX, integerINCX, complex, dimension(*)CY, integerINCY) CSWAP Purpose: CSWAP interchanges two vectors. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Further Details: jack dongarra, linpack, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*) Definition at line 51 of file cswap.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 cswap.f(3)

Check Out this Related Man Page

zlacrt.f(3)							      LAPACK							       zlacrt.f(3)

NAME
zlacrt.f - SYNOPSIS
Functions/Subroutines subroutine zlacrt (N, CX, INCX, CY, INCY, C, S) ZLACRT Function/Subroutine Documentation subroutine zlacrt (integerN, complex*16, dimension( * )CX, integerINCX, complex*16, dimension( * )CY, integerINCY, complex*16C, complex*16S) ZLACRT Purpose: ZLACRT performs the operation ( c s )( x ) ==> ( x ) ( -s c )( y ) ( y ) where c and s are complex and the vectors x and y are complex. Parameters: N N is INTEGER The number of elements in the vectors CX and CY. CX CX is COMPLEX*16 array, dimension (N) On input, the vector x. On output, CX is overwritten with c*x + s*y. INCX INCX is INTEGER The increment between successive values of CX. INCX <> 0. CY CY is COMPLEX*16 array, dimension (N) On input, the vector y. On output, CY is overwritten with -s*x + c*y. INCY INCY is INTEGER The increment between successive values of CY. INCY <> 0. C C is COMPLEX*16 S S is COMPLEX*16 C and S define the matrix [ C S ]. [ -S C ] Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Definition at line 106 of file zlacrt.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.1 Sun May 26 2013 zlacrt.f(3)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

Apache start issue

Hi group, I need help to start apache in following scenario: 1) Say apache is installed on solaris OS by user 'root'. 2) An entry is there in httpd.conf that says to start apache process as user: #User <RUN_AS_USER> is edited as User user1 2) Now say user2 has logged and tries to start... (6 Replies)
Discussion started by: rs266
6 Replies

2. Solaris

Uninstall Apache web server

Hello, I have a Solaris 10 and it looks like it was installed with apache. I see some files in: Since I'd like to use CSWapache2 from OpenCSW I'd like to remove the one from SUN but I don't know which package name it has. Do you know how can I remove it ? Thanks R.F ---------- Post... (4 Replies)
Discussion started by: RobertFord
4 Replies

3. HP-UX

CPU Usage

Hi Experts, We encountered problem in one of the production system where some processes were taking higher CPU and after some time it came back to normal.. From system prespective, is there any way to check why processes took more cpu during that particular period. (16 Replies)
Discussion started by: sai_2507
16 Replies

4. UNIX for Beginners Questions & Answers

Solaris 11 - opened files limit ?

Hey all, I'm running apache (cswapache2) on a Solaris 11.3 server. Recently, if I create a new vhost, the service fails to restart, and enters in maintenance mode. If I comment lines with log files, the service starts again. I guess I've reached the limit. I checked the current values... (8 Replies)
Discussion started by: omegared77
8 Replies