dyna3/app-proto/src
Aaron Fenyes d57ff59730 Specify the values of the frozen entries
Before, a `ConstraintProblem` only specified the indices of the frozen
entries. During realization, the frozen entries kept whatever values
they had in the initial guess.

This commit adds the values of the frozen entries to the `frozen` field
of `ConstraintProblem`. The frozen entries of the guess are set to the
desired values at the beginning of realization.

This commit also improves the `PartialMatrix` structure, which is used
to specify the indices and values of the frozen entries.
2025-04-03 11:38:18 -07:00
..
add_remove.rs Introduce a regulator trait 2025-04-03 11:38:18 -07:00
assembly.rs Interpolate sphere ID and label, as intended 2025-04-03 11:38:18 -07:00
display.rs Switch to Euclidean-invariant projection onto tangent space of solution variety (#34) 2025-01-31 19:34:33 +00:00
engine.rs Specify the values of the frozen entries 2025-04-03 11:38:18 -07:00
identity.vert feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
inversive.frag feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
lib.rs Turn non-automated tests into Cargo examples (#24) 2024-11-26 00:32:50 +00:00
main.rs feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00
outline.rs Introduce a regulator trait 2025-04-03 11:38:18 -07:00
specified.rs Generalize constraints to observables (#48) 2025-03-10 23:43:24 +00:00
tests.rs feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00