Toggle navigation
PSFUN
0.1
Matrix Functions
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
func
Abstract Interface
9 statements
Source File
psfun_d_serial_mod.F90
psfun_d_serial_mod
func
Contents
None
abstract interface
public function func(x, k)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=psb_dpk_),
intent(in)
::
x
Value to be computed
integer(kind=psb_ipk_),
intent(in),
optional
::
k
Computes kth derivative
Return Value
real(kind=psb_dpk_)