Function svd

Source
pub fn svd<T, M>(a: &M) -> Result<SvdRec<T>, SvdLibError>
where T: SvdFloat, M: SMat<T>,
Expand description

SVD at full dimensionality, calls svdLAS2 with the highlighted defaults

svdLAS2(A, 0, 0, &[-1.0e-30, 1.0e-30], 1.0e-6, 0)

ยงParameters

  • A: Sparse matrix