Cartesius Library
dirtytricks Module Reference

Data Types

type  int_array
 
type  int_ptr
 
interface  logical_fn_no_params
 
interface  logical_fn_one_param
 
type  real_array
 
interface  real_fn_no_input
 
type  real_ptr
 

Functions/Subroutines

real function realfunctionof_3_reals (a1, a2, a3)
 
real(doubleprecision) function realfunctionofrealarray (x)
 
real function realfunctionofrealptraray (x)
 
real function derivativeoffunctionofrealptraray (x, arg)
 
subroutine realroutineofrealptraray (X)
 
integer function, pointer integer_from_polymorphic (x)
 
real function, pointer real_from_polymorphic (x)
 
integer function, pointer get_int_ptr (int_val)
 
real function, pointer get_real_ptr (real_val)
 

Function/Subroutine Documentation

◆ derivativeoffunctionofrealptraray()

real function dirtytricks::derivativeoffunctionofrealptraray ( type(real_ptr), dimension(:), intent(in)  x,
real, intent(in), pointer  arg 
)
Here is the call graph for this function:

◆ get_int_ptr()

integer function, pointer dirtytricks::get_int_ptr ( integer, target  int_val)
Here is the call graph for this function:

◆ get_real_ptr()

real function, pointer dirtytricks::get_real_ptr ( real, target  real_val)
Here is the call graph for this function:

◆ integer_from_polymorphic()

integer function, pointer dirtytricks::integer_from_polymorphic ( class(*), pointer  x)

◆ real_from_polymorphic()

real function, pointer dirtytricks::real_from_polymorphic ( class(*), pointer  x)

◆ realfunctionof_3_reals()

real function dirtytricks::realfunctionof_3_reals ( real, intent(in)  a1,
real, intent(in)  a2,
real, intent(in)  a3 
)
Here is the call graph for this function:

◆ realfunctionofrealarray()

real(doubleprecision) function dirtytricks::realfunctionofrealarray ( real, dimension(:), intent(in), allocatable  x)

◆ realfunctionofrealptraray()

real function dirtytricks::realfunctionofrealptraray ( type(real_ptr), dimension(:), intent(in)  x)
Here is the call graph for this function:

◆ realroutineofrealptraray()

subroutine dirtytricks::realroutineofrealptraray ( type(real_ptr), dimension(:), intent(in)  X)