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

x = a*x + y More...

Collaboration diagram for r1d_mod::axpy:
Collaboration graph

Private Member Functions

subroutine r1d_axpy (a, x, y)
 x(:) := a*x(:) + y(:) More...
 

Detailed Description

x = a*x + y

Definition at line 55 of file R1d_mod.F90.

Member Function/Subroutine Documentation

◆ r1d_axpy()

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

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

Definition at line 96 of file R1d_mod.F90.


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