Struct nuts_rs::test_logps::NormalLogp
source · pub struct NormalLogp { /* private fields */ }
Implementations§
source§impl NormalLogp
impl NormalLogp
pub fn new(dim: usize, mu: f64) -> NormalLogp
Trait Implementations§
source§impl Clone for NormalLogp
impl Clone for NormalLogp
source§fn clone(&self) -> NormalLogp
fn clone(&self) -> NormalLogp
Returns a copy 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 CpuLogpFunc for NormalLogp
impl CpuLogpFunc for NormalLogp
source§impl CpuLogpFuncMaker<NormalLogp> for NormalLogp
impl CpuLogpFuncMaker<NormalLogp> 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§
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