Source Files
Modules
Procedures
Derived Types
gaussian
Interface
7 statements
Source File
diffstruc_operations_maths.f90
diffstruc__operations_maths
gaussian
Contents
Functions
gaussian_array
public interface gaussian
Functions
private module function gaussian_array(a, mu, sigma) result(c)
Implementation →
Arguments
Type
Intent
Optional
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