[−][src]Struct ndarray_linalg::diagonal::Diagonal
Vector as a Diagonal matrix
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for Diagonal<S> where
S: RefUnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
S: RefUnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
impl<S> Send for Diagonal<S> where
S: Send,
S: Send,
impl<S> Sync for Diagonal<S> where
S: Sync,
S: Sync,
impl<S> Unpin for Diagonal<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for Diagonal<S> where
S: UnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
S: UnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,