matvec_interface Interface

interface
public subroutine matvec_interface(u, v, ipar)

Arguments

Type IntentOptional Attributes Name
real(kind=FP), dimension(*) :: u
real(kind=FP), dimension(*) :: v
integer :: ipar(*)

Description

Interface for matrix vector multiplication v = A*u