pub struct ColumnID<A: Scalar> { /* private fields */ }
Expand description

Store a Column Interpolative Decomposition

Trait Implementations

Return the C matrix

Return the Z matrix

Return the index vector

Return a column interpolative decomposition from given component matrices $C$ and $Z$ and index array col_ind Read more

Convert the column interpolative decomposition into a two sided interpolative decomposition

Number of rows of the underlying operator

Number of columns of the underlying operator

Rank of the column interpolative decomposition

Convert to a matrix

Return the C matrix

Return the Z matrix

Return the index vector

Return a column interpolative decomposition from given component matrices $C$ and $Z$ and index array col_ind Read more

Convert the column interpolative decomposition into a two sided interpolative decomposition

Number of rows of the underlying operator

Number of columns of the underlying operator

Rank of the column interpolative decomposition

Convert to a matrix

Return the C matrix

Return the Z matrix

Return the index vector

Return a column interpolative decomposition from given component matrices $C$ and $Z$ and index array col_ind Read more

Convert the column interpolative decomposition into a two sided interpolative decomposition

Number of rows of the underlying operator

Number of columns of the underlying operator

Rank of the column interpolative decomposition

Convert to a matrix

Return the C matrix

Return the Z matrix

Return the index vector

Return a column interpolative decomposition from given component matrices $C$ and $Z$ and index array col_ind Read more

Convert the column interpolative decomposition into a two sided interpolative decomposition

Number of rows of the underlying operator

Number of columns of the underlying operator

Rank of the column interpolative decomposition

Convert to a matrix

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.