| 12:3b05a8b45b95 | 13:f67949050a32 |
|---|---|
| 1 /*! | |
| 2 Implementation of the the constant zero function on a manifold. | |
| 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, Prox}; | 7 use crate::fb::{Grad, Desc, Prox}; |
| 5 use std::marker::PhantomData; | 8 use std::marker::PhantomData; |