rmatvec Function

public function rmatvec(A, v)

This is an empty matrix-vector multiplication for real-type input v

Arguments

Type IntentOptional Attributes Name
type(matrix), intent(in) :: A
real(kind=realdp), intent(in) :: v(:,:)

Return Value real(kind=realdp), (size(v,1),size(v,2))


Called by

proc~~rmatvec~~CalledByGraph proc~rmatvec rmatvec interface~operator(ASTERISK) OPERATOR(*) interface~operator(ASTERISK)->proc~rmatvec