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

zdrot.f(3)							      LAPACK								zdrot.f(3)

NAME
zdrot.f - SYNOPSIS
Functions/Subroutines subroutine zdrot (N, CX, INCX, CY, INCY, C, S) ZDROT Function/Subroutine Documentation subroutine zdrot (integerN, complex*16, dimension( * )CX, integerINCX, complex*16, dimension( * )CY, integerINCY, double precisionC, double precisionS) ZDROT Purpose: Applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex. jack dongarra, linpack, 3/11/78. Parameters: N N is INTEGER On entry, N specifies the order of the vectors cx and cy. N must be at least zero. CX CX is COMPLEX*16 array, dimension at least ( 1 + ( N - 1 )*abs( INCX ) ). Before entry, the incremented array CX must contain the n element vector cx. On exit, CX is overwritten by the updated vector cx. INCX INCX is INTEGER On entry, INCX specifies the increment for the elements of CX. INCX must not be zero. CY CY is COMPLEX*16 array, dimension at least ( 1 + ( N - 1 )*abs( INCY ) ). Before entry, the incremented array CY must contain the n element vector cy. On exit, CY is overwritten by the updated vector cy. INCY INCY is INTEGER On entry, INCY specifies the increment for the elements of CY. INCY must not be zero. C C is DOUBLE PRECISION On entry, C specifies the cosine, cos. S S is DOUBLE PRECISION On entry, S specifies the sine, sin. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Definition at line 99 of file zdrot.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 zdrot.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