public interface rotm
ROTM applies the modified Givens transformation, , to the 2-by-N matrix
where indicates transpose. The elements of are in
DX(LX+IINCX), I = 0:N-1, where LX = 1 if INCX >= 0, else LX = (-INCX)N,
and similarly for DY using LY and INCY.
With DPARAM(1)=DFLAG, has one of the following forms:
See ROTMG for a description of data storage in DPARAM.
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
dx(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
dy(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incy |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
dparam(5) |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
sx(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
sy(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incy |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
sparam(5) |
|
Module Procedures
DROTM applies the modified Givens transformation, , to the 2-by-N matrix
where indicates transpose. The elements of are in
DX(LX+IINCX), I = 0:N-1, where LX = 1 if INCX >= 0, else LX = (-INCX)N,
and similarly for DY using LY and INCY.
With DPARAM(1)=DFLAG, has one of the following forms:
See DROTMG for a description of data storage in DPARAM.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
dx(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
real(kind=dp),
|
intent(inout) |
|
|
:: |
dy(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incy |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
dparam(5) |
|
SROTM applies the modified Givens transformation, , to the 2-by-N matrix
where indicates transpose. The elements of are in
SX(LX+IINCX), I = 0:N-1, where LX = 1 if INCX >= 0, else LX = (-INCX)N,
and similarly for SY using LY and INCY.
With SPARAM(1)=SFLAG, has one of the following forms:
See SROTMG for a description of data storage in SPARAM.
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
sx(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incx |
|
real(kind=sp),
|
intent(inout) |
|
|
:: |
sy(*) |
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
incy |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
sparam(5) |
|