From f16985738e01364b0ea1fc0045e7aec1fc40cc88 Mon Sep 17 00:00:00 2001 From: jacobwilliams Date: Thu, 25 Jan 2024 04:24:44 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20jacobwil?= =?UTF-8?q?liams/nlesolver-fortran@3367ca74b289c33c83498b107feca3f964e6a6f?= =?UTF-8?q?3=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 + interface/export_func.html | 2 +- interface/func_func.html | 2 +- interface/grad_func.html | 2 +- interface/grad_func_sparse.html | 2 +- interface/linesearch_func.html | 2 +- interface/wait_func.html | 2 +- module/nlesolver_module.html | 12 +- modules.json | 1 + proc/backtracking_linesearch.html | 4 +- proc/exact_linesearch.html | 2 +- proc/fixed_point_linesearch.html | 2 +- proc/get_status.html | 2 +- proc/initialize_nlesolver_variables.html | 25 +- proc/linear_solver.html | 2 +- proc/nlesolver_solver.html | 133 +- proc/set_status.html | 2 +- proc/simple_step.html | 2 +- sourcefile/nlesolver_module.f90.html | 1945 +++++++++++----------- src/nlesolver_module.F90 | 139 +- tipuesearch/tipuesearch_content.js | 2 +- type/nlesolver_type.html | 16 +- 22 files changed, 1225 insertions(+), 1081 deletions(-) create mode 100644 modules.json diff --git a/index.html b/index.html index 3da7c8c..efddd9c 100644 --- a/index.html +++ b/index.html @@ -161,6 +161,11 @@

License

+

References

+

See also