cla_wwaddw (l) - Linux Manuals
cla_wwaddw: CLA_WWADDW add a vector W into a doubled-single vector (X, Y)
Command to display cla_wwaddw
manual in Linux: $ man l cla_wwaddw
NAME
CLA_WWADDW - CLA_WWADDW add a vector W into a doubled-single vector (X, Y)
SYNOPSIS
- SUBROUTINE CLA_WWADDW(
-
N, X, Y, W )
-
IMPLICIT
NONE
-
INTEGER
N
-
COMPLEX
X( * ), Y( * ), W( * )
PURPOSE
CLA_WWADDW adds a vector W into a doubled-single vector
(X, Y).
This works for all extant IBMaqs hex and binary floating point
arithmetics, but not for decimal.
ARGUMENTS
- N (input) INTEGER
-
The length of vectors X, Y, and W.
X, Y (input/output) COMPLEX array, length N
The doubled-single accumulation vector.
- W (input) COMPLEX array, length N
-
The vector to be added.
Pages related to cla_wwaddw
- cla_wwaddw (3)
- cla_gbamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- cla_gbrcond_c (l) - CLA_GBRCOND_C Compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a REAL vector
- cla_gbrcond_x (l) - CLA_GBRCOND_X Compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX vector
- cla_gbrfsx_extended (l) - computes ..
- cla_geamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- cla_gercond_c (l) - CLA_GERCOND_C compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a REAL vector
- cla_gercond_x (l) - CLA_GERCOND_X compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX vector