Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slasq6(3) [centos man page]

slasq6.f(3)							      LAPACK							       slasq6.f(3)

NAME
slasq6.f - SYNOPSIS
Functions/Subroutines subroutine slasq6 (I0, N0, Z, PP, DMIN, DMIN1, DMIN2, DN, DNM1, DNM2) SLASQ6 computes one dqd transform in ping-pong form. Used by sbdsqr and sstegr. Function/Subroutine Documentation subroutine slasq6 (integerI0, integerN0, real, dimension( * )Z, integerPP, realDMIN, realDMIN1, realDMIN2, realDN, realDNM1, realDNM2) SLASQ6 computes one dqd transform in ping-pong form. Used by sbdsqr and sstegr. Purpose: SLASQ6 computes one dqd (shift equal to zero) transform in ping-pong form, with protection against underflow and overflow. Parameters: I0 I0 is INTEGER First index. N0 N0 is INTEGER Last index. Z Z is REAL array, dimension ( 4*N ) Z holds the qd array. EMIN is stored in Z(4*N0) to avoid an extra argument. PP PP is INTEGER PP=0 for ping, PP=1 for pong. DMIN DMIN is REAL Minimum value of d. DMIN1 DMIN1 is REAL Minimum value of d, excluding D( N0 ). DMIN2 DMIN2 is REAL Minimum value of d, excluding D( N0 ) and D( N0-1 ). DN DN is REAL d(N0), the last value of d. DNM1 DNM1 is REAL d(N0-1). DNM2 DNM2 is REAL d(N0-2). Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: September 2012 Definition at line 119 of file slasq6.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 slasq6.f(3)

Check Out this Related Man Page

slasq5.f(3)							      LAPACK							       slasq5.f(3)

NAME
slasq5.f - SYNOPSIS
Functions/Subroutines subroutine slasq5 (I0, N0, Z, PP, TAU, SIGMA, DMIN, DMIN1, DMIN2, DN, DNM1, DNM2, IEEE, EPS) SLASQ5 computes one dqds transform in ping-pong form. Used by sbdsqr and sstegr. Function/Subroutine Documentation subroutine slasq5 (integerI0, integerN0, real, dimension( * )Z, integerPP, realTAU, realSIGMA, realDMIN, realDMIN1, realDMIN2, realDN, realDNM1, realDNM2, logicalIEEE, realEPS) SLASQ5 computes one dqds transform in ping-pong form. Used by sbdsqr and sstegr. Purpose: SLASQ5 computes one dqds transform in ping-pong form, one version for IEEE machines another for non IEEE machines. Parameters: I0 I0 is INTEGER First index. N0 N0 is INTEGER Last index. Z Z is REAL array, dimension ( 4*N ) Z holds the qd array. EMIN is stored in Z(4*N0) to avoid an extra argument. PP PP is INTEGER PP=0 for ping, PP=1 for pong. TAU TAU is REAL This is the shift. DMIN DMIN is REAL Minimum value of d. DMIN1 DMIN1 is REAL Minimum value of d, excluding D( N0 ). DMIN2 DMIN2 is REAL Minimum value of d, excluding D( N0 ) and D( N0-1 ). DN DN is REAL d(N0), the last value of d. DNM1 DNM1 is REAL d(N0-1). DNM2 DNM2 is REAL d(N0-2). IEEE IEEE is LOGICAL Flag for IEEE or non IEEE arithmetic. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: September 2012 Definition at line 132 of file slasq5.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 slasq5.f(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

getting ping results

hello i have single file that contains many ping results. that file looks like that : PING www.pwr.wroc.pl (156.17.193.13) 56(84) bytes of data. 64 bytes from www.pwr.wroc.pl (156.17.193.13): icmp_seq=1 ttl=241 time=395 ms --- www.pwr.wroc.pl ping statistics --- 1 packets transmitted, 1... (2 Replies)
Discussion started by: michael8484
2 Replies

2. Shell Programming and Scripting

Transpose Data form Different form

HI Guys, I have data in File A.txt RL03 RL03_A_1 RL03_B_1 RL03_C_1 RL03 -119.8 -119.5 -119.5 RL07 RL07_A_1 RL07_B_1 RL07_C_1 RL07 -119.3 -119.5 -119.5 RL15 RL15_A_1 RL15_C_1 RL15 -120.5 -119.4 RL16... (2 Replies)
Discussion started by: asavaliya
2 Replies

3. Shell Programming and Scripting

Perl : code on ping showing difference result

Hi all, I am using the below code to ping a code and print whehter the connection is successful or not. use Net::Ping; $p = Net::Ping->new(); my $host = "x.x.x.x"; # print "$host is alive.\n" if $p->ping($host); if ($p->ping($host,3)) { print... (0 Replies)
Discussion started by: scriptscript
0 Replies

4. Solaris

Guest LDOMS on same subnet cant ping eachother

Hi all, New to this forum. I have just been reading through a historical thread about some issues with IPMP. Some tips from "Peasant" where very useful. Please see below "Just couple of more hints regarding VM. For VDS, use one VDS - one guest LDOM, don't put everything in primary-vds.... (9 Replies)
Discussion started by: selectstar
9 Replies