Trait ndarray_linalg::svddc::SVDDCInplace
source · pub trait SVDDCInplace {
type U;
type VT;
type Sigma;
// Required method
fn svddc_inplace(
&mut self,
uvt_flag: JobSvd,
) -> Result<(Option<Self::U>, Self::Sigma, Option<Self::VT>)>;
}
Expand description
Singular-value decomposition of matrix reference by divide-and-conquer