From c5cc89e62064067083a5f14b00bdb7eafe43bd43 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Sun, 7 Oct 2018 20:49:24 +0200 Subject: [PATCH] more addition to gradient methods --- doc/src/Splines/Splines.do.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/Splines/Splines.do.txt b/doc/src/Splines/Splines.do.txt index a71620b87..8e8a86700 100644 --- a/doc/src/Splines/Splines.do.txt +++ b/doc/src/Splines/Splines.do.txt @@ -496,7 +496,8 @@ leading to the iterative scheme !eblock - +!split +===== Code examples for steepest descent ===== !split ===== Simple codes for steepest descent and conjugate gradient using a $2\times 2$ matrix, in c++, Python code to come =====