Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ccopy(3) [centos man page]

ccopy.f(3)							      LAPACK								ccopy.f(3)

NAME
ccopy.f - SYNOPSIS
Functions/Subroutines subroutine ccopy (N, CX, INCX, CY, INCY) CCOPY Function/Subroutine Documentation subroutine ccopy (integerN, complex, dimension(*)CX, integerINCX, complex, dimension(*)CY, integerINCY) CCOPY Purpose: CCOPY copies a vector x to a vector y. 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 ccopy.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 ccopy.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

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix installation

Hi. Yesterday I downloaded an old Unix version - Unix System V Release 4 Version 2.1, but I don`t know how to instal it. In the folder there are DCF files (I suppose they`re some kind of data files) and CCOPY.EXE. This program is Deutch and I couldn`t understand anything. SO... How can I install... (1 Reply)
Discussion started by: icohim
1 Replies

2. UNIX for Advanced & Expert Users

howto remove meta info about MP4 or FLV file downloaded off Youtube?

Hi I tried a tool called mediainfo > brew info media-info media-info 0.7.51 http://mediainfo.sourceforge.net Depends on: pkg-config /usr/local/Cellar/media-info/0.7.51 (3 files, 14M) http://github.com/mxcl/homebrew/commits/master/Library/Formula/media-info.rb Got details from a test... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

3. AIX

AIX Forum: FTP from AIX to Mainframe

This discussion thread is an extension to what was discussed in Shell scripting section. Please refer the post for the requirement: Requirement Post - Click Here The whole thread - Click Here I would like to know how I can use NDM to transfer file from AIX to Mainframe and to verify the... (3 Replies)
Discussion started by: TechGyaann
3 Replies