Choral
All Classes Namespaces Files Functions Variables Modules
Private Member Functions | List of all members
r1d_mod::scale Interface Reference

x = a*x // OR // y = a*x More...

Collaboration diagram for r1d_mod::scale:
Collaboration graph

Private Member Functions

subroutine ax_1 (x, a)
 x(:) := a*x(:) More...
 
subroutine ax_2 (y, a, x)
 y(:) := a*x(:) More...
 

Detailed Description

x = a*x // OR // y = a*x

Definition at line 49 of file R1d_mod.F90.

Member Function/Subroutine Documentation

◆ ax_1()

subroutine r1d_mod::scale::ax_1 ( real(rp), dimension(:), intent(inout)  x,
real(rp), intent(in)  a 
)
private

x(:) := a*x(:)

Definition at line 249 of file R1d_mod.F90.

◆ ax_2()

subroutine r1d_mod::scale::ax_2 ( real(rp), dimension(:), intent(out)  y,
real(rp), intent(in)  a,
real(rp), dimension(:), intent(in)  x 
)
private

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

Definition at line 269 of file R1d_mod.F90.


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