gaussian Interface

public interface gaussian

Functions

private module function gaussian_array(a, mu, sigma) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
real(kind=real32), intent(in) :: mu
real(kind=real32), intent(in) :: sigma

Return Value type(array_type), pointer