Trait lax::SVDDC_[][src]

pub trait SVDDC_: Scalar {
    fn svddc(
        l: MatrixLayout,
        jobz: UVTFlag,
        a: &mut [Self]
    ) -> Result<SVDOutput<Self>>; }

Required methods

Implementations on Foreign Types

Implementors