From bf243d2e7e975a6fb235ed7070f7647cc5adcda8 Mon Sep 17 00:00:00 2001 From: jacobwilliams Date: Mon, 4 Mar 2024 04:03:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20jacobwil?= =?UTF-8?q?liams/nlesolver-fortran@2b5b934a1f011c5d53e295100ac43896296184b?= =?UTF-8?q?d=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 | 6 +- interface/func_func.html | 6 +- interface/grad_func.html | 6 +- interface/grad_func_sparse.html | 6 +- interface/linesearch_func.html | 6 +- interface/sparse_solver_func.html | 359 ++++ interface/wait_func.html | 4 +- lists/absint.html | 6 + module/nlesolver_module.html | 380 +++- modules.json | 2 +- proc/backtracking_linesearch.html | 6 +- proc/destroy_nlesolver_variables.html | 4 +- proc/exact_linesearch.html | 6 +- proc/fixed_point_linesearch.html | 6 +- proc/get_status.html | 6 +- proc/initialize_nlesolver_variables.html | 46 +- proc/linear_solver.html | 8 +- proc/nlesolver_solver.html | 47 +- proc/set_status.html | 6 +- proc/simple_step.html | 6 +- sourcefile/nlesolver_module.f90.html | 2284 +++++++++++----------- src/nlesolver_module.F90 | 98 +- tipuesearch/tipuesearch_content.js | 2 +- type/nlesolver_type.html | 59 +- 25 files changed, 2116 insertions(+), 1254 deletions(-) create mode 100644 interface/sparse_solver_func.html diff --git a/index.html b/index.html index 25ca94c..debdfd9 100644 --- a/index.html +++ b/index.html @@ -88,14 +88,15 @@

Features