pub struct LogSumExp(/* private fields */);Implementations§
Trait Implementations§
Source§impl Transform<ArrayBase<OwnedRepr<f64>, Dim<[usize; 1]>>> for LogSumExp
impl Transform<ArrayBase<OwnedRepr<f64>, Dim<[usize; 1]>>> for LogSumExp
Auto Trait Implementations§
impl Freeze for LogSumExp
impl RefUnwindSafe for LogSumExp
impl Send for LogSumExp
impl Sync for LogSumExp
impl Unpin for LogSumExp
impl UnsafeUnpin for LogSumExp
impl UnwindSafe for LogSumExp
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