[−][src]Trait ndarray_linalg::lapack::least_squares::LeastSquaresSvdDivideConquer_
Wraps *gelsd
Required methods
unsafe fn least_squares(
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
unsafe fn least_squares_nrhs(
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
Implementations on Foreign Types
impl LeastSquaresSvdDivideConquer_ for f64[src]
unsafe fn least_squares(
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
unsafe fn least_squares_nrhs(
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
impl LeastSquaresSvdDivideConquer_ for f32[src]
unsafe fn least_squares(
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
unsafe fn least_squares_nrhs(
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
Implementors
impl LeastSquaresSvdDivideConquer_ for c32[src]
unsafe fn least_squares(
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
unsafe fn least_squares_nrhs(
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
impl LeastSquaresSvdDivideConquer_ for c64[src]
unsafe fn least_squares(
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>
unsafe fn least_squares_nrhs(
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>[src]
a_layout: MatrixLayout,
a: &mut [Self],
b_layout: MatrixLayout,
b: &mut [Self]
) -> Result<LeastSquaresOutput<Self>>