Trait lax::SVDDC_[][src]

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

Required methods

fn svddc(
    l: MatrixLayout,
    jobz: UVTFlag,
    a: &mut [Self]
) -> Result<SVDOutput<Self>>
[src]

Loading content...

Implementations on Foreign Types

impl SVDDC_ for f32[src]

impl SVDDC_ for f64[src]

impl SVDDC_ for c32[src]

impl SVDDC_ for c64[src]

Loading content...

Implementors

Loading content...