pub struct ColumnID<A: Scalar> { /* private fields */ }
Expand description
Store a Column Interpolative Decomposition
Trait Implementations§
Source§impl ColumnIDTraits for ColumnID<c32>
impl ColumnIDTraits for ColumnID<c32>
type A = Complex<f32>
Source§fn get_c(&self) -> ArrayView2<'_, Self::A>
fn get_c(&self) -> ArrayView2<'_, Self::A>
Return the C matrix
Source§fn get_z(&self) -> ArrayView2<'_, Self::A>
fn get_z(&self) -> ArrayView2<'_, Self::A>
Return the Z matrix
Source§fn get_col_ind(&self) -> ArrayView1<'_, usize>
fn get_col_ind(&self) -> ArrayView1<'_, usize>
Return the index vector
fn get_c_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_z_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_col_ind_mut(&mut self) -> ArrayViewMut1<'_, usize>
Source§fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
Return a column interpolative decomposition from given component matrices $C$ and
$Z$ and index array col_ind
Source§fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
Convert the column interpolative decomposition into a two sided interpolative decomposition
Source§impl ColumnIDTraits for ColumnID<c64>
impl ColumnIDTraits for ColumnID<c64>
type A = Complex<f64>
Source§fn get_c(&self) -> ArrayView2<'_, Self::A>
fn get_c(&self) -> ArrayView2<'_, Self::A>
Return the C matrix
Source§fn get_z(&self) -> ArrayView2<'_, Self::A>
fn get_z(&self) -> ArrayView2<'_, Self::A>
Return the Z matrix
Source§fn get_col_ind(&self) -> ArrayView1<'_, usize>
fn get_col_ind(&self) -> ArrayView1<'_, usize>
Return the index vector
fn get_c_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_z_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_col_ind_mut(&mut self) -> ArrayViewMut1<'_, usize>
Source§fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
Return a column interpolative decomposition from given component matrices $C$ and
$Z$ and index array col_ind
Source§fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
Convert the column interpolative decomposition into a two sided interpolative decomposition
Source§impl ColumnIDTraits for ColumnID<f32>
impl ColumnIDTraits for ColumnID<f32>
type A = f32
Source§fn get_c(&self) -> ArrayView2<'_, Self::A>
fn get_c(&self) -> ArrayView2<'_, Self::A>
Return the C matrix
Source§fn get_z(&self) -> ArrayView2<'_, Self::A>
fn get_z(&self) -> ArrayView2<'_, Self::A>
Return the Z matrix
Source§fn get_col_ind(&self) -> ArrayView1<'_, usize>
fn get_col_ind(&self) -> ArrayView1<'_, usize>
Return the index vector
fn get_c_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_z_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_col_ind_mut(&mut self) -> ArrayViewMut1<'_, usize>
Source§fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
Return a column interpolative decomposition from given component matrices $C$ and
$Z$ and index array col_ind
Source§fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
Convert the column interpolative decomposition into a two sided interpolative decomposition
Source§impl ColumnIDTraits for ColumnID<f64>
impl ColumnIDTraits for ColumnID<f64>
type A = f64
Source§fn get_c(&self) -> ArrayView2<'_, Self::A>
fn get_c(&self) -> ArrayView2<'_, Self::A>
Return the C matrix
Source§fn get_z(&self) -> ArrayView2<'_, Self::A>
fn get_z(&self) -> ArrayView2<'_, Self::A>
Return the Z matrix
Source§fn get_col_ind(&self) -> ArrayView1<'_, usize>
fn get_col_ind(&self) -> ArrayView1<'_, usize>
Return the index vector
fn get_c_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_z_mut(&mut self) -> ArrayViewMut2<'_, Self::A>
fn get_col_ind_mut(&mut self) -> ArrayViewMut1<'_, usize>
Source§fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
fn new(c: Array2<Self::A>, z: Array2<Self::A>, col_ind: Array1<usize>) -> Self
Return a column interpolative decomposition from given component matrices $C$ and
$Z$ and index array col_ind
Source§fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
fn two_sided_id(&self) -> Result<TwoSidedID<Self::A>>
Convert the column interpolative decomposition into a two sided interpolative decomposition
Auto Trait Implementations§
impl<A> Freeze for ColumnID<A>
impl<A> RefUnwindSafe for ColumnID<A>where
A: RefUnwindSafe,
impl<A> Send for ColumnID<A>where
A: Send,
impl<A> Sync for ColumnID<A>where
A: Sync,
impl<A> Unpin for ColumnID<A>
impl<A> UnwindSafe for ColumnID<A>where
A: RefUnwindSafe,
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more