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 |