naginterfaces.library.blas.zhous¶
- naginterfaces.library.blas.zhous(delta, y, theta, z)[source]¶
zhous
applies a complex elementary reflection to a complex vector.For full information please refer to the NAG Library document for f06ht
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06htf.html
- Parameters
- Returns
- deltacomplex
The transformed scalar .
- ycomplex, 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.
zhous
applies a complex elementary reflection (Householder matrix) , as generated byzhousg()
, to a given complex vector:where is an -element complex vector and is a complex scalar.
To apply the conjugate transpose matrix , call
zhous
with in place of .