Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sswap(3) [centos man page]

sswap.f(3)							      LAPACK								sswap.f(3)

NAME
sswap.f - SYNOPSIS
Functions/Subroutines subroutine sswap (N, SX, INCX, SY, INCY) SSWAP Function/Subroutine Documentation subroutine sswap (integerN, real, dimension(*)SX, integerINCX, real, dimension(*)SY, integerINCY) SSWAP Purpose: interchanges two vectors. uses unrolled loops for increments equal to 1. 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 52 of file sswap.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 sswap.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

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Line 2238 Unix V6 Comment: You are not expected to understand this.

Here is the famous line 2238 of Unix V6 which is part of some of the most delicate parts of the kernel, context switching. This comment received huge publicity and just may be the the most famous source code comment in computing history. 2230 /* 2231 * If the new process paused because it... (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

Need help to understand zfs rpool space allocation

Hi, I am unable to understand that, in one of my servers while df -kh Filesystem Size Used Available Capacity Mounted on rpool/ROOT/solaris-2 98G 11G 29G 29% / Even the Root FS filled on 40gb and system becomes unstable. it is showing... (4 Replies)
Discussion started by: anuragr
4 Replies

3. Solaris

Multiple swap spaces after refresh Solaris 11.3 install on Sparc T5-2

Hi The following is the output of "df -h" and "zfs list" right after fresh installation of Solaris 11.3 on Sparc T5-2 with 256GB memory. Because the server has 256GB of memory, I think Solaris created swap file system mounted on /system/volatile and /tmp, but my question is, zfs also has... (5 Replies)
Discussion started by: jasonu
5 Replies

4. Solaris

Force unmount of a SWAP filesystem left over from bad Live Upgrade

Hello, Long story short, we built an alternate boot env. back in July and applied the latest CPU to about 15 servers. Of the 15 servers, 7 servers failed to start the zones after the luactivate / reboot. The zones failed to rename from <zone>-<boot_env> back to <zone>. This is fixed in patch... (16 Replies)
Discussion started by: mainegeek
16 Replies

5. Ubuntu

Ubuntu very slow after repartitioning

Good evening, i don't know if this is the right section, so forgive me if it's wrong. i have an Asus Gl503v in dual boot w10-ubuntu18. hard disk is hybrid ssd-hhd. w10 is the native system and it is on ssd. I partitioned the hdd left a part ntfs and a part ext4. In the ext4 part i created... (15 Replies)
Discussion started by: Marcov
15 Replies