From d62573f48403559559207080d3a39ad10a0e641e Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Fri, 15 Nov 2024 00:36:42 +0000 Subject: [PATCH] Update implementation locations --- Gram-matrix-parameterization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gram-matrix-parameterization.md b/Gram-matrix-parameterization.md index a484ade..aaf9dff 100644 --- a/Gram-matrix-parameterization.md +++ b/Gram-matrix-parameterization.md @@ -38,15 +38,15 @@ on $\operatorname{Hom}(\mathbb{R}^n, V)$. Finding a global minimum of the *loss #### The first derivative of the loss function -*Writeup progress. Implemented in `engine-proto/gram-test/Engine.jl` on the `gram` branch.* +*Writeup in progress. Implemented in `app-proto/src/engine.rs` and `engine-proto/gram-test/Engine.jl`.* #### The second derivative of the loss function -*Writeup progress. Implemented in `engine-proto/gram-test/Engine.jl` on the `gram` branch.* +*Writeup in progress. Implemented in `app-proto/src/engine.rs` and `engine-proto/gram-test/Engine.jl`.* #### Finding minima -*Writeup progress. Implemented in `engine-proto/gram-test/Engine.jl` on the `gram` branch.* +*Writeup in progress. Implemented in `app-proto/src/engine.rs` and `engine-proto/gram-test/Engine.jl`.* ### Reconstructing a rigid subassembly