Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
chebft
Interface
15 statements
Source File
special_fun_modules.f90
nr
chebft
Contents
None
interface
public function chebft(a, b, n, func)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
a
real(kind=SP),
intent(in)
::
b
integer(kind=I4B),
intent(in)
::
n
function func(x)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
x
Return Value
real(kind=SP), DIMENSION(size(x))
Return Value
real(kind=SP), DIMENSION(n)