FGSL
Fortran interface for the GNU scientific library
Public Member Functions
func Interface Reference

List of all members.

Public Member Functions

real(c_double) func (x, params)
real(c_double) func (x, dim, params)
integer(c_int) func (x, params, f)
integer(c_int) func (x, params, f)
real(c_double) func (x, params)
real(c_double) func (x, params)
integer(c_int) func (x, params, f)
integer(c_int) func (x, params, f)
integer(c_int) func (data, params)
real(c_double) func (data, params)
integer(c_int) func (t, y, dydt, params)
integer(c_int) func (t, y, dydt, params)

Constructor & Destructor Documentation

real(c_double) func::func ( real(c_double)  x,
type(c_ptr)  params 
)
real(c_double) func::func ( real(c_double),dimension(*)  x,
integer(c_size_t)  dim,
type(c_ptr)  params 
)
integer(c_int) func::func ( type(c_ptr)  x,
type(c_ptr)  params,
type(c_ptr)  f 
)
integer(c_int) func::func ( type(c_ptr)  x,
type(c_ptr)  params,
type(c_ptr)  f 
)
real(c_double) func::func ( type(c_ptr)  x,
type(c_ptr)  params 
)
real(c_double) func::func ( type(c_ptr)  x,
type(c_ptr)  params 
)
integer(c_int) func::func ( type(c_ptr)  x,
type(c_ptr)  params,
type(c_ptr)  f 
)
integer(c_int) func::func ( type(c_ptr)  x,
type(c_ptr)  params,
type(c_ptr)  f 
)
integer(c_int) func::func ( type(c_ptr)  data,
type(c_ptr)  params 
)
real(c_double) func::func ( type(c_ptr)  data,
type(c_ptr)  params 
)
integer(c_int) func::func ( real(c_double)  t,
real(c_double),dimension(*),intent(in)  y,
real(c_double),dimension(*)  dydt,
type(c_ptr)  params 
)
integer(c_int) func::func ( real(c_double)  t,
real(c_double),dimension(*),intent(in)  y,
real(c_double),dimension(*)  dydt,
type(c_ptr)  params 
)

The documentation for this interface was generated from the following files:
 All Classes Namespaces Files Functions Variables