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