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

z = a*x + b*y More...

Collaboration diagram for r1d_mod::axpby:
Collaboration graph

Private Member Functions

subroutine axpby_1 (a, x, b, y)
 x(:) := a*x(:) + b*y(:) More...
 
subroutine axpby_2 (z, a, x, b, y)
 z(:) := a*x(:) + b*y(:) More...
 

Detailed Description

z = a*x + b*y

Definition at line 66 of file R1d_mod.F90.

Member Function/Subroutine Documentation

◆ axpby_1()

subroutine r1d_mod::axpby::axpby_1 ( real(rp), intent(in)  a,
real(rp), dimension(:), intent(inout)  x,
real(rp), intent(in)  b,
real(rp), dimension(:), intent(in)  y 
)
private

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

Definition at line 197 of file R1d_mod.F90.

◆ axpby_2()

subroutine r1d_mod::axpby::axpby_2 ( real(rp), dimension(:), intent(out)  z,
real(rp), intent(in)  a,
real(rp), dimension(:), intent(in)  x,
real(rp), intent(in)  b,
real(rp), dimension(:), intent(in)  y 
)
private

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

Definition at line 222 of file R1d_mod.F90.


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