F16EAF (BLAS_DDOT) updates a scalar by a scaled dot product of two real vectors.
F16EAF (BLAS_DDOT) performs the operation
where
and
are
-element real vectors, and
,
and
real scalars. If
is less than zero, or, if
is equal to one and either
or
is equal to zero, this routine returns immediately.
Basic Linear Algebra Subprograms Technical (BLAST) Forum (2001)
Basic Linear Algebra Subprograms Technical (BLAST) Forum Standard University of Tennessee, Knoxville, Tennessee
http://www.netlib.org/blas/blast-forum/blas-report.pdf
The BLAS standard requires accurate implementations which avoid unnecessary over/underflow (see Section 2.7 of
Basic Linear Algebra Subprograms Technical (BLAST) Forum (2001)).
Not applicable.
None.
This example computes the scaled sum of two dot products,
, where
and
are stored in reverse order, and
is stored in reverse order in every other element of a real array.