naginterfaces.library.blas.drots¶
- naginterfaces.library.blas.drots(x, y, c, s)[source]¶
drots
applies a real symmetric plane rotation to two real vectors.For full information please refer to the NAG Library document for f06fp
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06fpf.html
- Parameters
- xfloat, array-like, shape
The original vector .
- yfloat, array-like, shape
The original vector .
- cfloat
The value , the cosine of the rotation.
- sfloat
The value , the sine of the rotation.
- Returns
- xfloat, ndarray, shape
The transformed vector .
- yfloat, ndarray, shape
The transformed vector .
- Notes
No equivalent traditional C interface for this routine exists in the NAG Library.
drots
applies a symmetric real plane rotation to two -element real vectors and :