[−][src]Trait ndarray_linalg::lapack::svddc::SVDDC_
Required methods
unsafe fn svddc(
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
Implementations on Foreign Types
impl SVDDC_ for f32
[src][−]
unsafe fn svddc(
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
[src]
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
impl SVDDC_ for f64
[src][−]
unsafe fn svddc(
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
[src]
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
Implementors
impl SVDDC_ for c32
[src][−]
unsafe fn svddc(
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
[src]
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
impl SVDDC_ for c64
[src][−]
unsafe fn svddc(
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>
[src]
l: MatrixLayout,
jobz: UVTFlag,
a: &mut [Self]
) -> Result<SVDOutput<Self>>