Struct nuts_rs::test_logps::NormalLogp
source · [−]pub struct NormalLogp { /* private fields */ }
Implementations
sourceimpl NormalLogp
impl NormalLogp
pub fn new(dim: usize, mu: f64) -> NormalLogp
Trait Implementations
sourceimpl Clone for NormalLogp
impl Clone for NormalLogp
sourcefn clone(&self) -> NormalLogp
fn clone(&self) -> NormalLogp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl CpuLogpFunc for NormalLogp
impl CpuLogpFunc for NormalLogp
Auto Trait Implementations
impl RefUnwindSafe for NormalLogp
impl Send for NormalLogp
impl Sync for NormalLogp
impl Unpin for NormalLogp
impl UnwindSafe for NormalLogp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more