CLASCL2 - Online Linux Manual Page
Section : 1
Updated : November 2008
Source : LAPACK routine (version 3.2)
Note : LAPACK routine (version 3.2)
NAMECLASCL2 - performs a diagonal scaling on a vector
SYNOPSISSUBROUTINE CLASCL2 ( M, N, D, X, LDX ) IMPLICIT NONE INTEGER M, N, LDX REAL D( * ) COMPLEX X( LDX, * )
PURPOSECLASCL2 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) REAL array, length N Diagonal matrix D, stored as a vector of length N. X (input/output) COMPLEX 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,931 byte
man-clascl2.lBuild : 2025-03-22, 13:26 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 2,337,993
Visitor ID : :
Visitor IP : 216.73.216.115 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 20 :
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|clascl2.l|41|.|..
) (parse_manual_page_|254|clascl2.l|42|.|.. Local Scalars ..
) (parse_manual_page_|254|clascl2.l|43|.|..
) (parse_manual_page_|254|clascl2.l|44|.|.. Executable Statements ..
)