outerprod Interface

public interface outerprod

Calls

interface~~outerprod~~CallsGraph interface~outerprod outerprod proc~outerprod_r outerprod_r interface~outerprod->proc~outerprod_r proc~outerprod_d outerprod_d interface~outerprod->proc~outerprod_d

Contents


Module Procedures

public function outerprod_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 outerprod_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))