Scroll to navigation

SLA_WWADDW(1) LAPACK routine (version 3.2) SLA_WWADDW(1)

NAME

SLA_WWADDW - SLA_WWADDW add a vector W into a doubled-single vector (X, Y)

SYNOPSIS

N, X, Y, W )

IMPLICIT NONE INTEGER N REAL X( * ), Y( * ), W( * )

PURPOSE


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
arithmetics, but not for decimal.

ARGUMENTS

The length of vectors X, Y, and W. X, Y (input/output) REAL array, length N The doubled-single accumulation vector.
The vector to be added.
November 2008 LAPACK routine (version 3.2)