operator(.dot.) Interface

public interface operator(.dot.)

Contents


Functions

public pure function dot_prod_t(a, b)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: a(:)
type(vector), intent(in) :: b

Return Value type(vector)

public pure function dot_prod_v(a, b)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: a
type(vector), intent(in) :: b

Return Value real(kind=psb_dpk_)