Toggle navigation
KORC-Full Orbit
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
poly_term
Interface
3 statements
Source File
special_fun_modules.f90
nrutil
poly_term
Contents
Module Procedures
poly_term_rr
poly_term_cc
public interface poly_term
Contents
Module Procedures
poly_term_rr
poly_term_cc
Module Procedures
public recursive function
poly_term_rr
(a, b) result(u)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
a
real(kind=SP),
intent(in)
::
b
Return Value
real(kind=SP), DIMENSION(size(a))
public recursive function
poly_term_cc
(a, b) result(u)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=SPC),
intent(in),
DIMENSION(:)
::
a
complex(kind=SPC),
intent(in)
::
b
Return Value
complex(kind=SPC), DIMENSION(size(a))