MULT_BUTV Subroutine

public subroutine MULT_BUTV(CDTRANS, YD_STRUCT, PVECIN, PVECOUT)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: CDTRANS
type(BUTTERFLY_STRUCT), intent(in) :: YD_STRUCT
real(kind=JPRB), intent(in) :: PVECIN(:)
real(kind=JPRB), intent(out) :: PVECOUT(:)

Calls

proc~~mult_butv~~CallsGraph proc~mult_butv MULT_BUTV interface~gemv GEMV proc~mult_butv->interface~gemv