Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
wwghts
Interface
16 statements
Source File
special_fun_modules.f90
nr
wwghts
Contents
None
interface
public function wwghts(n, h, kermom)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4B),
intent(in)
::
n
real(kind=SP),
intent(in)
::
h
function kermom(y, m)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(in)
::
y
integer(kind=I4B),
intent(in)
::
m
Return Value
real(kind=DP), DIMENSION(m)
Return Value
real(kind=SP), DIMENSION(n)