.TH "slascl2.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME slascl2.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBslascl2\fP (M, N, D, X, LDX)" .br .RI "\fI\fBSLASCL2\fP performs diagonal scaling on a vector\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine slascl2 (integerM, integerN, real, dimension( * )D, real, dimension( ldx, * )X, integerLDX)" .PP \fBSLASCL2\fP performs diagonal scaling on a vector\&. .PP \fBPurpose: \fP .RS 4 .PP .nf SLASCL2 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. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fIM\fP .PP .nf M is INTEGER The number of rows of D and X. M >= 0. .fi .PP .br \fIN\fP .PP .nf N is INTEGER The number of columns of D and X. N >= 0. .fi .PP .br \fID\fP .PP .nf D is REAL array, length M Diagonal matrix D, stored as a vector of length M. .fi .PP .br \fIX\fP .PP .nf X is REAL array, dimension (LDX,N) On entry, the vector X to be scaled by D. On exit, the scaled vector. .fi .PP .br \fILDX\fP .PP .nf LDX is INTEGER The leading dimension of the vector X. LDX >= 0. .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 September 2012 .RE .PP .PP Definition at line 91 of file slascl2\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.