ZLAG2C - Online Linux Manual PageSection : 1
Updated : November 2008
Source : LAPACK PROTOTYPE auxiliary routine (version 3.1.2)
Note : LAPACK PROTOTYPE auxiliary routine (version 3.1.2)
NAMEZLAG2C - converts a COMPLEX*16 matrix, SA, to a COMPLEX matrix, A
SYNOPSISSUBROUTINE ZLAG2C( M, N, A, LDA, SA, LDSA, INFO ) INTEGER INFO, LDA, LDSA, M, N COMPLEX SA( LDSA, * ) COMPLEX*16 A( LDA, * )
PURPOSEZLAG2C converts a COMPLEX*16 matrix, SA, to a COMPLEX matrix, A. RMAX is the overflow for the SINGLE PRECISION arithmetic
ZLAG2C checks that all the entries of A are between -RMAX and RMAX. If not the convertion is aborted and a flag is raised. This is an auxiliary routine so there is no argument checking.
ARGUMENTSM (input) INTEGER The number of lines of the matrix A. M >= 0. N (input) INTEGER The number of columns of the matrix A. N >= 0. A (input) COMPLEX*16 array, dimension (LDA,N) On entry, the M-by-N coefficient matrix A. LDA (input) INTEGER The leading dimension of the array A. LDA >= max(1,M). SA (output) COMPLEX array, dimension (LDSA,N) On exit, if INFO=0, the M-by-N coefficient matrix SA; if INFO>0, the content of SA is unspecified. LDSA (input) INTEGER The leading dimension of the array SA. LDSA >= max(1,M). INFO (output) INTEGER = 0: successful exit.
= 1: an entry of the matrix A is greater than the SINGLE PRECISION overflow threshold, in this case, the content of SA in exit is unspecified. ========= .. Local Scalars .. .. .. Intrinsic Functions .. .. .. External Functions .. .. .. Executable Statements .. End of ZLAG2C 0
Johanes Gumabo
Data Size : 6,001 byte
man-zlag2c.lBuild : 2024-12-29, 07:25 :
Visitor Screen : x
Visitor Counter ( page / site ) : 5 / 256,650
Visitor ID : :
Visitor IP : 3.144.105.101 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|252|zlag2c.l|55|.|.. Local Scalars ..
) (parse_manual_page_|252|zlag2c.l|56|.|..
) (parse_manual_page_|252|zlag2c.l|57|.|.. Intrinsic Functions ..
) (parse_manual_page_|252|zlag2c.l|58|.|..
) (parse_manual_page_|252|zlag2c.l|59|.|.. External Functions ..
) (parse_manual_page_|252|zlag2c.l|60|.|..
) (parse_manual_page_|252|zlag2c.l|61|.|.. Executable Statements ..
)