Procedure | Location | Procedure Type | Description |
---|---|---|---|
access_workspace | odrpack_core | Subroutine | Access or store values in the work arrays. |
check_inputs | odrpack_core | Subroutine | Check input parameters, indicating errors found using nonzero values of argument |
check_jac | odrpack_core | Subroutine | Driver routine for the derivative checking process. |
check_jac_curv | odrpack_core | Subroutine | Check whether high curvature could be the cause of the disagreement between the numerical and analytic derviatives. |
check_jac_fp | odrpack_core | Subroutine | Check whether finite precision arithmetic could be the cause of the disagreement between the derivatives. |
check_jac_value | odrpack_core | Subroutine | Check user supplied analytic derivatives against numerical derivatives. |
check_jac_zero | odrpack_core | Subroutine | Recheck the derivatives in the case where the finite difference derivative disagrees with the analytic derivative and the analytic derivative is zero. |
close_file | odrpack_capi | Subroutine | Close a file associated with a specified logical unit number. |
dasum | blas_interfaces | Interface | |
daxpy | blas_interfaces | Interface | |
dcopy | blas_interfaces | Interface | |
ddot | blas_interfaces | Interface | |
derstep | odrpack_core | Function | Compute step size for center and forward difference calculations. |
dnrm2 | blas_interfaces | Interface | |
drot | blas_interfaces | Interface | |
drotg | blas_interfaces | Interface | |
dscal | blas_interfaces | Interface | |
dswap | blas_interfaces | Interface | |
esubi | odrpack_core | Subroutine | Compute |
eta_fcn | odrpack_core | Subroutine | Compute noise and number of good digits in function results. |
eval_jac | odrpack_core | Subroutine | Compute the weighted Jacobians wrt |
fcn | example5_model | Subroutine | User-supplied subroutine for evaluating the model. |
fcn | example2_model | Subroutine | User-supplied subroutine for evaluating the model. |
fcn | example4_model | Subroutine | User-supplied subroutine for evaluating the model. |
fcn | example3_model | Subroutine | User-supplied subroutine for evaluating the model. |
fcn | example1_model | Subroutine | User-supplied subroutine for evaluating the model. |
fctr | odrpack_core | Subroutine | Factor the positive (semi)definite matrix |
fctrw | odrpack_core | Subroutine | Check input parameters, indicating errors found using nonzero values of argument |
fpvb | odrpack_core | Subroutine | Compute the |
fpvd | odrpack_core | Subroutine | Compute |
hstep | odrpack_core | Function | Set relative step size for finite difference derivatives. |
idamax | blas_interfaces | Interface | |
init_work | odrpack_core | Subroutine | Initialize work vectors as necessary. |
jac_cdiff | odrpack_core | Subroutine | Compute central difference approximations to the Jacobian wrt the estimated |
jac_fwdiff | odrpack_core | Subroutine | Compute forward difference approximations to the Jacobian wrt the estimated |
lcstep | odrpack_core | Subroutine | Compute locally constrained steps |
loc_iwork | odrpack_core | Subroutine | Get storage locations within integer work space. |
loc_iwork_c | odrpack_capi | Subroutine | Get storage locations within integer work space. |
loc_rwork | odrpack_core | Subroutine | Get storage locations within real work space. |
loc_rwork_c | odrpack_capi | Subroutine | Get storage locations within real work space. |
move_beta | odrpack_core | Subroutine | Ensure range of bounds is large enough for derivative checking. Move beta away from bounds so that derivatives can be calculated. |
mpf | example4_model | Subroutine | If |
odr | odrpack | Subroutine | Driver routine for finding the weighted explicit or implicit orthogonal distance regression (ODR) or ordinary linear or nonlinear least squares (OLS) solution. |
odr_long_c | odrpack_capi | Subroutine | "Long-call" wrapper for the |
odr_medium_c | odrpack_capi | Subroutine | "Medium-call" wrapper for the |
odr_short_c | odrpack_capi | Subroutine | "Short-call" wrapper for the |
open_file | odrpack_capi | Subroutine | Open a new file associated with a specified logical unit number. |
pack_vec | odrpack_core | Subroutine | Select the unfixed elements of |
ppf_normal | odrpack_core | Function | Compute the percent point function value for the normal (Gaussian) distribution with mean 0 and standard deviation 1, and with probability density function: |
ppf_tstudent | odrpack_core | Function | Compute the percent point function value for the student's T distribution with |
print_error_derivative | odrpack_reports | Subroutine | Generate the derivative checking report. |
print_error_fcn | odrpack_reports | Subroutine | Print error reports indicating that computations were stopped in user-supplied
subroutine |
print_error_inputs | odrpack_reports | Subroutine | Print error reports. |
print_errors | odrpack_reports | Subroutine | Controlling routine for printing error reports. |
print_header | odrpack_reports | Subroutine | Print report heading. |
print_report_final | odrpack_reports | Subroutine | Generate final summary report. |
print_report_initial | odrpack_reports | Subroutine | Generate initial summary report. |
print_report_iter | odrpack_reports | Subroutine | Generate iteration reports. |
print_reports | odrpack_reports | Subroutine | Generate computation reports. |
scale_beta | odrpack_core | Subroutine | Select scaling values for |
scale_delta | odrpack_core | Subroutine | Select scaling values for |
scale_mat | odrpack_core | Subroutine | Scale matrix |
scale_vec | odrpack_core | Subroutine | Scale |
select_row | odrpack_core | Subroutine | Select the row at which the derivative will be checked. |
set_flags | odrpack_core | Subroutine | Set flags indicating conditions specified by |
set_ifix | odrpack_core | Subroutine | Set elements of |
solve_trl | odrpack_core | Subroutine | Solve systems of the form: |
strlen | odrpack_capi | Interface | |
trust_region | odrpack_core | Subroutine | Compute Levenberg-Marquardt parameter and steps |
unpack_vec | odrpack_core | Subroutine | Copy the elements of |
vcv_beta | odrpack_core | Subroutine | Compute covariance matrix of estimated parameters. |
vevtr | odrpack_core | Subroutine | Compute |
workspace_dimensions | odrpack | Subroutine | Calculate the dimensions of the workspace arrays. |
workspace_dimensions_c | odrpack_capi | Subroutine | Calculate the dimensions of the workspace arrays. |