Choral
Private Member Functions | List of all members
r1d_mod::xpay Interface Reference

x = x + b*y // OR // z = x + b*y More...

Collaboration diagram for r1d_mod::xpay:
Collaboration graph

Private Member Functions

subroutine xpay_1 (x, a, y)
 x(:) := x(:) + a*y(:) More...
 
subroutine xpay_2 (z, x, a, y)
 z(:) := x(:) + a*y(:) More...
 

Detailed Description

x = x + b*y // OR // z = x + b*y

Definition at line 60 of file R1d_mod.F90.

Member Function/Subroutine Documentation

◆ xpay_1()

subroutine r1d_mod::xpay::xpay_1 ( real(rp), dimension(:), intent(inout)  x,
real(rp), intent(in)  a,
real(rp), dimension(:), intent(in)  y 
)
private

x(:) := x(:) + a*y(:)

Definition at line 121 of file R1d_mod.F90.

◆ xpay_2()

subroutine r1d_mod::xpay::xpay_2 ( real(rp), dimension(:), intent(out)  z,
real(rp), dimension(:), intent(in)  x,
real(rp), intent(in)  a,
real(rp), dimension(:), intent(in)  y 
)
private

z(:) := x(:) + a*y(:)

Definition at line 157 of file R1d_mod.F90.


The documentation for this interface was generated from the following file: