naginterfaces.library.blas.dnhous¶
- naginterfaces.library.blas.dnhous(delta, y, zeta, z)[source]¶
dnhous
applies a NAG (as opposed to LINPACK) style real elementary reflection to a real vector.For full information please refer to the NAG Library document for f06ft
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06ftf.html
- Parameters
- Returns
- deltafloat
The transformed scalar .
- yfloat, ndarray, shape
The transformed vector.
- Raises
- NagValueError
- (errno )
On entry, error in parameter .
Constraint: .
- Notes
No equivalent traditional C interface for this routine exists in the NAG Library.
dnhous
applies a real elementary reflection (Householder matrix) , as generated bydnhousg()
, to a given real vector:where is an -element real vector and a real scalar.