MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
matrixbasemodule::multiply_if Interface Reference
Collaboration diagram for matrixbasemodule::multiply_if:
Collaboration graph

Private Member Functions

subroutine multiply_if (this, vec_x, vec_y)
 

Detailed Description

Definition at line 155 of file MatrixBase.f90.

Constructor & Destructor Documentation

◆ multiply_if()

subroutine matrixbasemodule::multiply_if::multiply_if ( class(matrixbasetype this,
class(vectorbasetype), pointer  vec_x,
class(vectorbasetype), pointer  vec_y 
)
private

Definition at line 155 of file MatrixBase.f90.

156  import matrixbasetype, vectorbasetype
157  class(MatrixBaseType) :: this
158  class(VectorBaseType), pointer :: vec_x
159  class(VectorBaseType), pointer :: vec_y

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