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

Store a Row Interpolative Decomposition

Trait Implementations

Return the X matrix

Return the R matrix

Return the index vector

Return a row interpolative decomposition from given component matrices $X$ and $R$ and index array row_ind. Read more

Convert the row 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 row interpolative decomposition

Convert to a matrix

Return the X matrix

Return the R matrix

Return the index vector

Return a row interpolative decomposition from given component matrices $X$ and $R$ and index array row_ind. Read more

Convert the row 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 row interpolative decomposition

Convert to a matrix

Return the X matrix

Return the R matrix

Return the index vector

Return a row interpolative decomposition from given component matrices $X$ and $R$ and index array row_ind. Read more

Convert the row 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 row interpolative decomposition

Convert to a matrix

Return the X matrix

Return the R matrix

Return the index vector

Return a row interpolative decomposition from given component matrices $X$ and $R$ and index array row_ind. Read more

Convert the row 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 row 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.