drot Interface

interface


Called by

interface~~drot~~CalledByGraph interface~drot drot proc~lcstep lcstep proc~lcstep->interface~drot proc~trust_region trust_region proc~trust_region->proc~lcstep proc~vcv_beta vcv_beta proc~vcv_beta->proc~lcstep proc~odr odr proc~odr->proc~trust_region proc~odr->proc~vcv_beta proc~odr_long_c odr_long_c proc~odr_long_c->proc~odr proc~odr_medium_c odr_medium_c proc~odr_medium_c->proc~odr proc~odr_short_c odr_short_c proc~odr_short_c->proc~odr program~example1 example1 program~example1->proc~odr program~example2 example2 program~example2->proc~odr program~example3 example3 program~example3->proc~odr program~example4 example4 program~example4->proc~odr program~example5 example5 program~example5->proc~odr

public pure subroutine drot(n, x, incx, y, incy, c, s)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=dp), intent(inout) :: x(*)
integer, intent(in) :: incx
real(kind=dp), intent(inout) :: y(*)
integer, intent(in) :: incy
real(kind=dp), intent(in) :: c
real(kind=dp), intent(in) :: s

Description

Apply Givens rotation.