src/dist.rs

changeset 13
f67949050a32
parent 8
17d71ca4ce84
child 17
ad68dacabe4f
equal deleted inserted replaced
12:3b05a8b45b95 13:f67949050a32
1 /*!
2 Implementations of the distance function and the distance function squared, on manifolds.
3 */
1 4
2 use alg_tools::mapping::Apply; 5 use alg_tools::mapping::Apply;
3 use crate::manifold::ManifoldPoint; 6 use crate::manifold::ManifoldPoint;
4 use crate::fb::{Grad, Desc}; 7 use crate::fb::{Grad, Desc};
5 8

mercurial