nag_dspr2 (f16psc) performs a rank-2 update on a real symmetric matrix stored in packed form.
nag_dspr2 (f16psc) performs the symmetric rank-2 update operation
where
is an
by
real symmetric matrix, stored in packed form,
and
are
-element real vectors, while
and
are real scalars.
The BLAS Technical Forum Standard (2001)
http://www.netlib.org/blas/blast-forum The BLAS standard requires accurate implementations which avoid unnecessary over/underflow (see Section 2.7 of
The BLAS Technical Forum Standard (2001)).
None.
Perform rank-2 update of real symmetric matrix
, stored in packed storage format, using vectors
and
:
where
is the
by
matrix given by
The vector
is stored in every second element of the array
y (
).