geop Interface

public interface geop

Calls

interface~~geop~~CallsGraph interface~geop geop proc~geop_dv geop_dv interface~geop->proc~geop_dv proc~geop_i geop_i interface~geop->proc~geop_i proc~geop_r geop_r interface~geop->proc~geop_r proc~geop_d geop_d interface~geop->proc~geop_d proc~geop_c geop_c interface~geop->proc~geop_c

Contents


Module Procedures

public function geop_r(first, factor, n)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in) :: first
real(kind=SP), intent(in) :: factor
integer(kind=I4B), intent(in) :: n

Return Value real(kind=SP), DIMENSION(n)

public function geop_d(first, factor, n)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in) :: first
real(kind=DP), intent(in) :: factor
integer(kind=I4B), intent(in) :: n

Return Value real(kind=DP), DIMENSION(n)

public function geop_i(first, factor, n)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in) :: first
integer(kind=I4B), intent(in) :: factor
integer(kind=I4B), intent(in) :: n

Return Value integer(kind=I4B), DIMENSION(n)

public function geop_c(first, factor, n)

Arguments

Type IntentOptional AttributesName
complex(kind=SP), intent(in) :: first
complex(kind=SP), intent(in) :: factor
integer(kind=I4B), intent(in) :: n

Return Value complex(kind=SP), DIMENSION(n)

public function geop_dv(first, factor, n)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:):: first
real(kind=DP), intent(in), DIMENSION(:):: factor
integer(kind=I4B), intent(in) :: n

Return Value real(kind=DP), DIMENSION(size(first),n)