.TH "la_wwaddw" 3 "Wed Feb 7 2024 11:30:40" "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME la_wwaddw \- la_wwaddw: add to double-double or single-single vector .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "subroutine \fBcla_wwaddw\fP (n, x, y, w)" .br .RI "\fBCLA_WWADDW\fP adds a vector into a doubled-single vector\&. " .ti -1c .RI "subroutine \fBdla_wwaddw\fP (n, x, y, w)" .br .RI "\fBDLA_WWADDW\fP adds a vector into a doubled-single vector\&. " .ti -1c .RI "subroutine \fBsla_wwaddw\fP (n, x, y, w)" .br .RI "\fBSLA_WWADDW\fP adds a vector into a doubled-single vector\&. " .ti -1c .RI "subroutine \fBzla_wwaddw\fP (n, x, y, w)" .br .RI "\fBZLA_WWADDW\fP adds a vector into a doubled-single vector\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "subroutine cla_wwaddw (integer n, complex, dimension( * ) x, complex, dimension( * ) y, complex, dimension( * ) w)" .PP \fBCLA_WWADDW\fP adds a vector into a doubled-single vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf CLA_WWADDW adds a vector W into a doubled-single vector (X, Y)\&. This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of vectors X, Y, and W\&. .fi .PP .br \fIX\fP .PP .nf X is COMPLEX array, dimension (N) The first part of the doubled-single accumulation vector\&. .fi .PP .br \fIY\fP .PP .nf Y is COMPLEX array, dimension (N) The second part of the doubled-single accumulation vector\&. .fi .PP .br \fIW\fP .PP .nf W is COMPLEX array, dimension (N) The vector to be added\&. .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 .SS "subroutine dla_wwaddw (integer n, double precision, dimension( * ) x, double precision, dimension( * ) y, double precision, dimension( * ) w)" .PP \fBDLA_WWADDW\fP adds a vector into a doubled-single vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf DLA_WWADDW adds a vector W into a doubled-single vector (X, Y)\&. This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of vectors X, Y, and W\&. .fi .PP .br \fIX\fP .PP .nf X is DOUBLE PRECISION array, dimension (N) The first part of the doubled-single accumulation vector\&. .fi .PP .br \fIY\fP .PP .nf Y is DOUBLE PRECISION array, dimension (N) The second part of the doubled-single accumulation vector\&. .fi .PP .br \fIW\fP .PP .nf W is DOUBLE PRECISION array, dimension (N) The vector to be added\&. .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 .SS "subroutine sla_wwaddw (integer n, real, dimension( * ) x, real, dimension( * ) y, real, dimension( * ) w)" .PP \fBSLA_WWADDW\fP adds a vector into a doubled-single vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf SLA_WWADDW adds a vector W into a doubled-single vector (X, Y)\&. This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of vectors X, Y, and W\&. .fi .PP .br \fIX\fP .PP .nf X is REAL array, dimension (N) The first part of the doubled-single accumulation vector\&. .fi .PP .br \fIY\fP .PP .nf Y is REAL array, dimension (N) The second part of the doubled-single accumulation vector\&. .fi .PP .br \fIW\fP .PP .nf W is REAL array, dimension (N) The vector to be added\&. .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 .SS "subroutine zla_wwaddw (integer n, complex*16, dimension( * ) x, complex*16, dimension( * ) y, complex*16, dimension( * ) w)" .PP \fBZLA_WWADDW\fP adds a vector into a doubled-single vector\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ZLA_WWADDW adds a vector W into a doubled-single vector (X, Y)\&. This works for all extant IBM's hex and binary floating point arithmetic, but not for decimal\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The length of vectors X, Y, and W\&. .fi .PP .br \fIX\fP .PP .nf X is COMPLEX*16 array, dimension (N) The first part of the doubled-single accumulation vector\&. .fi .PP .br \fIY\fP .PP .nf Y is COMPLEX*16 array, dimension (N) The second part of the doubled-single accumulation vector\&. .fi .PP .br \fIW\fP .PP .nf W is COMPLEX*16 array, dimension (N) The vector to be added\&. .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 .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.