outerdiff Interface

public interface outerdiff

Contents


Module Procedures

public function outerdiff_r(a, b)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:):: a
real(kind=SP), intent(in), DIMENSION(:):: b

Return Value real(kind=SP), DIMENSION(size(a),size(b))

public function outerdiff_d(a, b)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:):: a
real(kind=DP), intent(in), DIMENSION(:):: b

Return Value real(kind=DP), DIMENSION(size(a),size(b))

public function outerdiff_i(a, b)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in), DIMENSION(:):: a
integer(kind=I4B), intent(in), DIMENSION(:):: b

Return Value integer(kind=I4B), DIMENSION(size(a),size(b))