pub struct LogPlus<const OFFSET: i64>;Expand description
Сдвинутый log link: theta = OFFSET + exp(eta).
Trait Implementations§
impl<const OFFSET: i64> Copy for LogPlus<OFFSET>
impl<const OFFSET: i64> Eq for LogPlus<OFFSET>
Source§impl<const OFFSET: i64> PartialEq for LogPlus<OFFSET>
impl<const OFFSET: i64> PartialEq for LogPlus<OFFSET>
impl<const OFFSET: i64> PositiveLink<f64> for LogPlus<OFFSET>
impl<const OFFSET: i64> StructuralPartialEq for LogPlus<OFFSET>
Auto Trait Implementations§
impl<const OFFSET: i64> Freeze for LogPlus<OFFSET>
impl<const OFFSET: i64> RefUnwindSafe for LogPlus<OFFSET>
impl<const OFFSET: i64> Send for LogPlus<OFFSET>
impl<const OFFSET: i64> Sync for LogPlus<OFFSET>
impl<const OFFSET: i64> Unpin for LogPlus<OFFSET>
impl<const OFFSET: i64> UnsafeUnpin for LogPlus<OFFSET>
impl<const OFFSET: i64> UnwindSafe for LogPlus<OFFSET>
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