plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
gaussian_function
Function
MIT
9 statements
Source File
LightClass.f90
LightClass
gaussian_function
Contents
public function gaussian_function(x, mu, sigma1, sigma2) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
real(kind=real64),
intent(in)
::
mu
real(kind=real64),
intent(in)
::
sigma1
real(kind=real64),
intent(in)
::
sigma2
Return Value
real(kind=real64)