naginterfaces.library.blas.zutsqr

naginterfaces.library.blas.zutsqr(side, k1, k2, c, s, a)[source]

zutsqr performs a or factorization of the product of a complex upper triangular matrix and a complex matrix of plane rotations.

For full information please refer to the NAG Library document for f06tt

https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06ttf.html

Parameters
sidestr, length 1

Specifies whether is applied from the left or the right in the transformation.

is applied from the left.

is applied from the right.

k1int

The value .

k2int

The value .

cfloat, array-like, shape

must hold the cosine of the rotation , for .

scomplex, array-like, shape

must hold the sine of the rotation , for .

acomplex, array-like, shape

The upper triangular matrix .

Returns
cfloat, ndarray, shape

holds the cosine of the rotation , for .

scomplex, ndarray, shape

holds the sine of the rotation , for .

acomplex, ndarray, shape

The upper triangular matrix .

Raises
NagValueError
(errno )

On entry, error in parameter .

Constraint: or .

(errno )

On entry, error in parameter .

Constraint: .

Notes

No equivalent traditional C interface for this routine exists in the NAG Library.

zutsqr performs one of the transformations

where is a given complex upper triangular matrix, is a given complex unitary matrix, and is a complex unitary matrix chosen to make upper triangular. Both and are represented as sequences of plane rotations in planes to .

If ,

where and .

If ,

where and .

In either case and are rotations in the plane.

The rotation part of or has the form

with real.