Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
i_scal Interface Reference

z *= a More...

Private Member Functions

subroutine i_scal (self, a)
 

Detailed Description

z *= a

Scale the vector z ('self') by the real number a. Usage:

z%scal(a)
Parameters
[in,out]selfResult vector z, caller
[in]aInput scalar, double precision real

Definition at line 110 of file sll_m_vector_space_base.F90.

Constructor & Destructor Documentation

◆ i_scal()

subroutine i_scal ( class(sll_c_vector_space), intent(inout)  self,
real(wp), intent(in)  a 
)
private

Definition at line 110 of file sll_m_vector_space_base.F90.

    Report Typos and Errors