Crate rusty_compression[][src]

Modules

Implementation of the interpolative decomposition.

A simple trait to wrap SVD Computation.

This module collects the various traits definitions

A container for LQ Decompositions.

Traits and functions for permutation vectors.

This module implements LQ with pivoting by computing the pivoted QR decomposition for the Hermitian Transpose of A.

This module implements QR with pivoting by calling into the corresponding Lapack routine. Pivoted QR is currently not implemented in ndarray-linalg, making this module necessary.

Collect all traits and other exports here.

A container for QR Decompositions.

Generation of random matrices for various types

Random sampling of matrices

Implementation of the interpolative decomposition.

Define an SVD container and conversion tools.

Implementation of the interpolative decomposition.