MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
subroutine | axpy_if (this, alpha, vec_x) |
Definition at line 65 of file VectorBase.f90.
|
private |
this | this vector y => alpha*x + y |
alpha | the factor |
vec_x | the vector to add |
Definition at line 65 of file VectorBase.f90.