From a9f1a19e057df7213f771f371bbd0ce73a56b7dd Mon Sep 17 00:00:00 2001 From: DLS Jenkins Date: Mon, 19 Aug 2024 21:02:30 +0100 Subject: [PATCH] htdocs update (master) --- .../algorithms/dials.algorithms.symmetry.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/library_reference/algorithms/dials.algorithms.symmetry.html b/documentation/library_reference/algorithms/dials.algorithms.symmetry.html index c4b78279..e977b067 100644 --- a/documentation/library_reference/algorithms/dials.algorithms.symmetry.html +++ b/documentation/library_reference/algorithms/dials.algorithms.symmetry.html @@ -826,7 +826,7 @@
-compute_functional(x: ndarray) float[source]
+compute_functional(x: ndarray) float[source]

Compute the target function at coordinates x.

Parameters:
@@ -845,7 +845,7 @@
-compute_gradients(x: ndarray) ndarray[source]
+compute_gradients(x: ndarray) ndarray[source]

Compute the gradients of the target function at coordinates x.

Parameters:
@@ -865,7 +865,7 @@
-compute_gradients_fd(x: ndarray, eps=1e-06) ndarray[source]
+compute_gradients_fd(x: ndarray, eps=1e-06) ndarray[source]

Compute the gradients at coordinates x using finite differences.

Parameters:
@@ -887,7 +887,7 @@
-curvatures(x: ndarray) ndarray[source]
+curvatures(x: ndarray) ndarray[source]

Compute the curvature of the target function at coordinates x.

Parameters:
@@ -906,7 +906,7 @@
-curvatures_fd(x: ndarray, eps=1e-06) ndarray[source]
+curvatures_fd(x: ndarray, eps=1e-06) ndarray[source]

Compute the curvatures at coordinates x using finite differences.

Parameters: