pub struct Statistical;Expand description
Optimization on a statistical manifold (information geometry)
Trait Implementations§
Source§impl Clone for Statistical
impl Clone for Statistical
Source§fn clone(&self) -> Statistical
fn clone(&self) -> Statistical
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Statistical
impl Debug for Statistical
impl Copy for Statistical
impl ManifoldState for Statistical
Auto Trait Implementations§
impl Freeze for Statistical
impl RefUnwindSafe for Statistical
impl Send for Statistical
impl Sync for Statistical
impl Unpin for Statistical
impl UnwindSafe for Statistical
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