Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
vander
Interface
7 statements
Source File
special_fun_modules.f90
nr
vander
Contents
None
interface
public function vander(x, q)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(in),
DIMENSION(:)
::
x
real(kind=DP),
intent(in),
DIMENSION(:)
::
q
Return Value
real(kind=DP), DIMENSION(size(x))