pub struct CG { /* private fields */ }Expand description
Conjugate Gradient optimization algorithm
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CG
impl RefUnwindSafe for CG
impl Send for CG
impl Sync for CG
impl Unpin for CG
impl UnwindSafe for CG
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