Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
jacobn
Interface
9 statements
Source File
special_fun_modules.f90
nr
jacobn
Contents
None
interface
public subroutine jacobn(x, y, dfdx, dfdy)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
x
real(kind=SP),
intent(in),
DIMENSION(:)
::
y
real(kind=SP),
intent(out),
DIMENSION(:)
::
dfdx
real(kind=SP),
intent(out),
DIMENSION(:,:)
::
dfdy