lstsq_aux

Function lstsq_aux 

Source
pub fn lstsq_aux<T, C>(
    ctx: &mut C,
    a: &Tensor<T>,
) -> Result<LstsqAuxResult<T::Real>>
Expand description

Compute least-squares auxiliary metadata.

This returns the singular values used for numerical rank estimation together with a batch-shaped count tensor containing the effective rank.