MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
vectorbasemodule::axpy_if Interface Reference
Collaboration diagram for vectorbasemodule::axpy_if:
Collaboration graph

Private Member Functions

subroutine axpy_if (this, alpha, vec_x)
 

Detailed Description

Definition at line 65 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ axpy_if()

subroutine vectorbasemodule::axpy_if::axpy_if ( class(vectorbasetype this,
real(dp)  alpha,
class(vectorbasetype), pointer  vec_x 
)
private
Parameters
thisthis vector y => alpha*x + y
alphathe factor
vec_xthe vector to add

Definition at line 65 of file VectorBase.f90.

66  import vectorbasetype, dp
67  class(VectorBaseType) :: this !< this vector y => alpha*x + y
68  real(DP) :: alpha !< the factor
69  class(VectorBaseType), pointer :: vec_x !< the vector to add

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