fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fitpack_parametric_curves_c.f90 File Reference

Data Types

interface  fitpack_parametric_curves_c::f_pointer
 
interface  fitpack_parametric_curves_c::f_associated
 Pointer-identity check. Returns true iff a and b view the same underlying Fortran object (their internal c_ptrs match and are non-null). Useful for C-API consumers that want object identity without exposing raw pointers — e.g. GUI panels checking whether an input view points at the same Fortran allocation as the project that owns it. More...
 

Modules

module  fitpack_parametric_curves_c
 C interface to module fitpack_parametric_curves.
 

Functions/Subroutines

logical(c_bool) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_is_same (this, that)
 Pointer-identity check: true iff both wrappers point to the same underlying Fortran object (and that object is allocated).
 
type(fitpack_parametric_curve) function, pointer fitpack_parametric_curves_c::fitpack_parametric_curve_c_get_pointer (this)
 
logical function fitpack_parametric_curves_c::fitpack_parametric_curve_c_pointer (this, fthis)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_allocate (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_destroy (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_copy (this, that, deep_copy, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_associate (this, that, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_move_alloc (to, from, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_set_default_parameters (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_fit (this, smoothing, order, keep_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_interpolate (this, order, reset_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_least_squares (this, smoothing, reset_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_comm_size (this)
 
real(c_double) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_mse (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_core_comm_size (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_destroy_base (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_new_points (this, x_n1, x_n2, x, u, w)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_new_fit (this, x_n1, x_n2, x, u, w, smoothing, order)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_eval_one (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_eval_many (this, n, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_curve_derivative (this, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_curve_derivatives (this, n, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_curve_all_derivatives (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_comm_expand (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_core_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_core_comm_expand (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_x (this, ptr, extents)
 Raw view of component 'x': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_u (this, ptr, extents)
 Raw view of component 'u': address of the first element, plus the component's 1 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_sp (this, ptr, extents)
 Raw view of component 'sp': address of the first element, plus the component's 1 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_w (this, ptr, extents)
 Raw view of component 'w': address of the first element, plus the component's 1 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_dd (this, ptr, extents)
 Raw view of component 'dd': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_getcomp_t (this, ptr, extents)
 Raw view of component 't': address of the first element, plus the component's 1 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_m (this)
 Get pointer to scalar property 'm'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_idim (this)
 Get pointer to scalar property 'idim'.
 
logical(c_bool) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_get_has_params (this)
 Get logical property 'has_params'.
 
subroutine, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_set_has_params (this, value)
 Set logical property 'has_params'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_order (this)
 Get pointer to scalar property 'order'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_ubegin (this)
 Get pointer to scalar property 'ubegin'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_uend (this)
 Get pointer to scalar property 'uend'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_nest (this)
 Get pointer to scalar property 'nest'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_parametric_curve_c_ref_knots (this)
 Get pointer to scalar property 'knots'.
 
logical(c_bool) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_is_same (this, that)
 Pointer-identity check: true iff both wrappers point to the same underlying Fortran object (and that object is allocated).
 
type(fitpack_closed_curve) function, pointer fitpack_parametric_curves_c::fitpack_closed_curve_c_get_pointer (this)
 
logical function fitpack_parametric_curves_c::fitpack_closed_curve_c_pointer (this, fthis)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_allocate (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_destroy (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_copy (this, that, deep_copy, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_associate (this, that, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_move_alloc (to, from, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_set_default_parameters (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_fit (this, smoothing, order, keep_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_interpolate (this, order, reset_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_least_squares (this, smoothing, reset_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_comm_size (this)
 
real(c_double) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_mse (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_core_comm_size (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_destroy_base (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_new_points (this, x_n1, x_n2, x, u, w)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_closed_curve_c_new_fit (this, x_n1, x_n2, x, u, w, smoothing, order)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_eval_one (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_eval_many (this, n, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_curve_derivative (this, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_curve_derivatives (this, n, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_curve_all_derivatives (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_comm_expand (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_core_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_closed_curve_c_core_comm_expand (this, n, buffer)
 
logical(c_bool) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_is_same (this, that)
 Pointer-identity check: true iff both wrappers point to the same underlying Fortran object (and that object is allocated).
 
type(fitpack_constrained_curve) function, pointer fitpack_parametric_curves_c::fitpack_constrained_curve_c_get_pointer (this)
 
logical function fitpack_parametric_curves_c::fitpack_constrained_curve_c_pointer (this, fthis)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_allocate (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_destroy (this, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_copy (this, that, deep_copy, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_associate (this, that, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_move_alloc (to, from, status)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_clean_constraints (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_comm_size (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_set_default_parameters (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_fit (this, smoothing, order, keep_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_interpolate (this, order, reset_knots)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_least_squares (this, smoothing, reset_knots)
 
real(c_double) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_mse (this)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_core_comm_size (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_destroy_base (this)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_set_constraints (this, ddx_begin_n1, ddx_begin_n2, ddx_begin, ddx_end_n1, ddx_end_n2, ddx_end, ierr)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_comm_expand (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_new_points (this, x_n1, x_n2, x, u, w)
 
integer(c_int32_t) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_new_fit (this, x_n1, x_n2, x, u, w, smoothing, order)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_eval_one (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_eval_many (this, n, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_curve_derivative (this, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_curve_derivatives (this, n, u, order, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_curve_all_derivatives (this, u, ierr, result, n_result)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_core_comm_pack (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_core_comm_expand (this, n, buffer)
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_getcomp_deriv_begin (this, ptr, extents)
 Raw view of component 'deriv_begin': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_getcomp_deriv_end (this, ptr, extents)
 Raw view of component 'deriv_end': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_getcomp_xx (this, ptr, extents)
 Raw view of component 'xx': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
subroutine, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_getcomp_cp (this, ptr, extents)
 Raw view of component 'cp': address of the first element, plus the component's 2 extent(s). Null pointer and zero extents when the object or the component is unallocated; an allocated but zero-sized component still reports its true shape, but has no representable address. Symbol uses the getcomp_ infix (not get_) so it can never collide with a type-bound procedure named get_<component>.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_ref_ib (this)
 Get pointer to scalar property 'ib'.
 
type(c_ptr) function, public fitpack_parametric_curves_c::fitpack_constrained_curve_c_ref_ie (this)
 Get pointer to scalar property 'ie'.