|
| pure character(len=:) function, allocatable, public | mod_trust_region::trust_region_get_info (info) |
| | Transform info value in human readable message.
|
| |
| pure subroutine, public | mod_trust_region::solve_trust_region (hessian, gradient, delta, relative_tolerance, absolute_tolerance, max_iter, lagrange_multiplier, quadratic_form_value, solution, iter, info) |
| | Solve the trust-region problem.
|
| |
| pure subroutine | mod_trust_region::estimate_smallest_singular_value (matrix, smallest_singular_value, singular_vector) |
| | Estimate the smallest singular value and the associate singular vector of a upper triangular matrix.
|
| |