Cartesius Library
|
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) |
real function dirtytricks::derivativeoffunctionofrealptraray | ( | type(real_ptr), dimension(:), intent(in) | x, |
real, intent(in), pointer | arg | ||
) |
integer function, pointer dirtytricks::get_int_ptr | ( | integer, target | int_val | ) |
real function, pointer dirtytricks::get_real_ptr | ( | real, target | real_val | ) |
integer function, pointer dirtytricks::integer_from_polymorphic | ( | class(*), pointer | x | ) |
real function, pointer dirtytricks::real_from_polymorphic | ( | class(*), pointer | x | ) |
real function dirtytricks::realfunctionof_3_reals | ( | real, intent(in) | a1, |
real, intent(in) | a2, | ||
real, intent(in) | a3 | ||
) |
real(doubleprecision) function dirtytricks::realfunctionofrealarray | ( | real, dimension(:), intent(in), allocatable | x | ) |
real function dirtytricks::realfunctionofrealptraray | ( | type(real_ptr), dimension(:), intent(in) | x | ) |
subroutine dirtytricks::realroutineofrealptraray | ( | type(real_ptr), dimension(:), intent(in) | X | ) |