ZLASCL2 - Online Linux Manual Page
Section : 1
Updated : November 2008
Source : LAPACK routine (version 3.2)
Note : LAPACK routine (version 3.2)
NAMEZLASCL2 - performs a diagonal scaling on a vector
SYNOPSISSUBROUTINE ZLASCL2 ( M, N, D, X, LDX ) IMPLICIT NONE INTEGER M, N, LDX DOUBLE PRECISION D( * ) COMPLEX*16 X( LDX, * )
PURPOSEZLASCL2 performs a diagonal scaling on a vector:
x <-- D * x
where the diagonal matrix D is stored as a vector.
Eventually to be replaced by BLAS_sge_diag_scale in the new BLAS standard.
ARGUMENTSThe size of the vectors X and D. D (input) DOUBLE PRECISION array, length N Diagonal matrix D, stored as a vector of length N. X (input/output) COMPLEX*16 array, length N On entry, the vector X to be scaled by D. On exit, the scaled vector. .. .. Local Scalars .. .. .. Executable Statements .. 0
Johanes Gumabo
Data Size : 3,961 byte
man-zlascl2.lBuild : 2025-03-22, 13:26 :
Visitor Screen : x
Visitor Counter ( page / site ) : 2 / 1,209,654
Visitor ID : :
Visitor IP : 3.144.231.11 :
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 - 25.03.22
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
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_|254|zlascl2.l|41|.|..
) (parse_manual_page_|254|zlascl2.l|42|.|.. Local Scalars ..
) (parse_manual_page_|254|zlascl2.l|43|.|..
) (parse_manual_page_|254|zlascl2.l|44|.|.. Executable Statements ..
)