| 406 reg: &Reg, |
406 reg: &Reg, |
| 407 //domain : Cube<N, F>, |
407 //domain : Cube<N, F>, |
| 408 config: &FWConfig<F>, |
408 config: &FWConfig<F>, |
| 409 iterator: I, |
409 iterator: I, |
| 410 mut plotter: Plot, |
410 mut plotter: Plot, |
| 411 μ0 : Option<RNDM<N, F>>, |
411 μ0: Option<RNDM<N, F>>, |
| 412 ) -> DynResult<RNDM<N, F>> |
412 ) -> DynResult<RNDM<N, F>> |
| 413 where |
413 where |
| 414 F: Float + ToNalgebraRealField, |
414 F: Float + ToNalgebraRealField, |
| 415 I: AlgIteratorFactory<IterInfo<F>>, |
415 I: AlgIteratorFactory<IterInfo<F>>, |
| 416 A: ForwardModel<RNDM<N, F>, F>, |
416 A: ForwardModel<RNDM<N, F>, F>, |