[−][src]Enum ndarray_linalg::svddc::UVTFlag
Specifies how many of the columns of U and rows of Vᵀ are computed and returned.
For an input array of shape m×n, the following are computed:
Variants
All m columns of U and all n rows of Vᵀ.
The first min(m,n) columns of U and the first min(m,n) rows of Vᵀ.
No columns of U or rows of Vᵀ.
Trait Implementations
impl Clone for UVTFlag
[src]
impl Copy for UVTFlag
[src]
impl Eq for UVTFlag
[src]
impl PartialEq<UVTFlag> for UVTFlag
[src]
impl StructuralEq for UVTFlag
[src]
impl StructuralPartialEq for UVTFlag
[src]
Auto Trait Implementations
impl RefUnwindSafe for UVTFlag
impl Send for UVTFlag
impl Sync for UVTFlag
impl Unpin for UVTFlag
impl UnwindSafe for UVTFlag
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,