pub struct FesWorkspace<F: Float> {
pub max_nb_gradient: usize,
/* private fields */
}Expand description
Workspace of the fes_one_step function.
Fields§
§max_nb_gradient: usizenumber of gradient descent step performed before switiching back to newton’s method
Implementations§
Auto Trait Implementations§
impl<F> Freeze for FesWorkspace<F>where
F: Freeze,
impl<F> RefUnwindSafe for FesWorkspace<F>where
F: RefUnwindSafe,
impl<F> Send for FesWorkspace<F>where
F: Send,
impl<F> Sync for FesWorkspace<F>where
F: Sync,
impl<F> Unpin for FesWorkspace<F>where
F: Unpin,
impl<F> UnwindSafe for FesWorkspace<F>where
F: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more