SROT 应用平面旋转,其中 cos 和 sin(c 和 s)为实数,向量 cx 和 cy 为复数。Jack Dongarra,LINPACK,1978 年 3 月 11 日。
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| integer(kind=ilp), | intent(in) | :: | n | |||
| complex(kind=sp), | intent(inout) | :: | cx(*) | |||
| integer(kind=ilp), | intent(in) | :: | incx | |||
| complex(kind=sp), | intent(inout) | :: | cy(*) | |||
| integer(kind=ilp), | intent(in) | :: | incy | |||
| real(kind=sp), | intent(in) | :: | c | |||
| real(kind=sp), | intent(in) | :: | s |
CSROT 应用平面旋转,其中 cos 和 sin(c 和 s)为实数,向量 cx 和 cy 为复数。Jack Dongarra,LINPACK,1978 年 3 月 11 日。
| 类型 | 意图 | 可选 | 属性 | 名称 | ||
|---|---|---|---|---|---|---|
| integer(kind=ilp), | intent(in) | :: | n | |||
| complex(kind=sp), | intent(inout) | :: | cx(*) | |||
| integer(kind=ilp), | intent(in) | :: | incx | |||
| complex(kind=sp), | intent(inout) | :: | cy(*) | |||
| integer(kind=ilp), | intent(in) | :: | incy | |||
| real(kind=sp), | intent(in) | :: | c | |||
| real(kind=sp), | intent(in) | :: | s |