[][src]Trait ndarray_linalg::lapack::svddc::SVDDC_

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl SVDDC_ for f32[src]

impl SVDDC_ for f64[src]

Loading content...

Implementors

impl SVDDC_ for c32[src]

impl SVDDC_ for c64[src]

Loading content...